Module implementing file system commands for rope.
e4FileSystemCommands | Class implementing file system commands for rope. |
None |
Class implementing file system commands for rope.
e4FileSystemCommands | Constructor |
create_file | Public method called by rope to create a new file. |
create_folder | Public method called by rope to create a new directory. |
move | Public method called by rope to rename a file or directory. |
remove | Public method called by rope to remove a file or directory. |
write | Public method called by rope to write data to a file. |
Constructor
Public method called by rope to create a new file.
Public method called by rope to create a new directory.
Public method called by rope to rename a file or directory.
Public method called by rope to remove a file or directory.
Public method called by rope to write data to a file.