[ESL - Index ]
File system routines
?
b = delete_file(file_name)
Deletes file file_name. Returns 1 if successful, 0 otherwise.
Status: proposed
b = copy_file(source, destination)
Copies from source to destination. Returns 1 if sucessful, 0 otherwise.
Status: proposed
b = rename_file(file_name, new_name)
Renames file file_name, to new_file. Returns 1 if successful, 0 otherwise.
Status: proposed
b = move_file(source, destination)
Moves file source to destination. Returns 1 if sucessful, 0 otherwise.
Status: proposed