Operations with files: copying, deleting, renaming, existence checking, etc.

 

CopyFile

copy a file from one folder to another;

CreateFolder

create a folder with nested folders on the disk;

DeleteFile

delete the file from disk;

DeleteFolder

delete a folder with its content;

ExtractFileExt

get a file extension from a text string;

ExtractFileName

get a file name from a text string;

ExtractFilePath

get a file path from a text string;

FileExists

check the specified file existence;

FileSize

get a file size of a specified file on a disk;

FolderExists

check the folder existence;

GetDirectoriesAndFiles

get a list of folders and files in a specified directory;

IntToKbyte

get a shortcut size of a file in text (in bytes, KB, MB, or GB);

MoveFile

transfer a file from one folder to another with further deleting of the original file.