Home Page | | | Project Status | | | Contribute | | | Guidelines and Information |
Syntax: | b = copy_file(source, destination)
|
Description: | Copies from source to destination. Returns 1 if sucessful, 0 otherwise. |
Status: | PROPOSED |
Syntax: | b = delete_file(file_name)
|
Description: | Deletes file file_name. Returns 1 if successful, 0 otherwise. |
Status: | PROPOSED |
Syntax: | b = move_file(source, destination)
|
Description: | Moves file source to destination. Returns 1 if sucessful, 0 otherwise. |
Status: | PROPOSED |
Syntax: | b = rename_file(file_name, new_name)
|
Description: | Renames file file_name, to new_file. Returns 1 if successful, 0 otherwise. |
Status: | PROPOSED |