MyChat Scripts Engine functions to works with files
Operations with files: copying, deleting, renaming, existence checking, etc.
copy a file from one folder to another; |
|
create a folder with nested folders on the disk; |
|
delete the file from disk; |
|
delete a folder with its content; |
|
get a file extension from a text string; |
|
get a file name from a text string; |
|
get a file path from a text string; |
|
check the specified file existence; |
|
get a file size of a specified file on a disk; |
|
check the folder existence; |
|
get a list of folders and files in a specified directory; |
|
get a shortcut size of a file in text (in bytes, KB, MB, or GB); |
|
transfer a file from one folder to another with further deleting of the original file. |