Skip to content

Latest commit

 

History

History

file

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

& / File




& / file.create

bool file.create(char name);
bool file.create(string name);


& / file.modify

bool file.modify(char name);
bool file.modify(string name);


& / file.edit

bool file.edit(char name);
bool file.edit(string name);


& / file.change

bool file.change(char name);
bool file.change(string name);


& / file.content

bool file.content(char name);
bool file.content(string name);


& / file.append

bool file.append(char name);
bool file.append(string name);


& / file.remove

bool file.remove(char name);
bool file.remove(string name);


& / file.delete

bool file.delete(char name);
bool file.delete(string name);


& / file.rename

bool file.rename(char name, char newname);
bool file.rename(char name, string newname);
bool file.rename(string name, string newname);
bool file.rename(string name, char newname);

& / file.cut

bool file.cut(char name, char newname);
bool file.cut(char name, string newname);
bool file.cut(string name, string newname);
bool file.cut(string name, char newname);


& / file.copy, file.send, file.share

bool file.copy(char name, char newname);
bool file.copy(char name, string newname);
bool file.copy(string name, string newname);
bool file.copy(string name, char newname);


& / file.send

bool file.copy(char name, char newname);
bool file.copy(char name, string newname);
bool file.copy(string name, string newname);
bool file.copy(string name, char newname);


& / file.share

bool file.copy(char name, char newname);
bool file.copy(char name, string newname);
bool file.copy(string name, string newname);
bool file.copy(string name, char newname);


& / file.read , file.readLine , file.list , file.tree



& / file.setPermission

@file. is a file type data
bool file.setPermission(int permission);


& / file.getPermission

@file. is a file type data
int file.getPermission();