Public Constructors
Public Methods
| Name | Description | |
|---|---|---|
![]() |
AppendFrontSlash | Add a slash "\" to front of input if not exists. |
![]() |
AppendSlash | Add a slash "\" to end of input if not exists. |
![]() |
AssociatePrograms | Registers a file type via it's extension. If the file type is already registered, nothing is changed. |
![]() |
DirectoryExists | Return whether the specified directory exits. |
![]() |
DosDateToDateTime | Overloaded. Convert a Dos datetime to Datetime. |
![]() |
ExploreDirectory | Explore a directory in a explorer window. |
![]() |
ExtractFileExt | Return file extension. |
![]() |
ExtractFileName | Return filename. |
![]() |
ExtractFilePath | Return file path. |
![]() |
ExtractFirstDir | Return the first directory found from the input. (E.g. ExtractFirstDir("\temp\1\2",0) will return "Temp") |
![]() |
FileExists | Return whether the specified file exits. |
![]() |
GetArchiveTempPath | Return %Temp%\%archive%. |
![]() |
GetCurrentPath | Return current path. |
![]() |
GetDesktopPath | Return Desktop path. |
![]() |
GetFileDrive | Return file drive. |
![]() |
GetFileInfo | Return a FileInfo object of the specified file. |
![]() |
GetFileList | Get a list of file in specified path. |
![]() |
GetFileSize | Return file size of the specified file. |
![]() |
GetFileType | Return file type of the specified file. |
![]() |
GetLargeFileIcon | Return large file icon of the specified file. |
![]() |
GetMydocuPath | Return Mydocument path. |
![]() |
GetProgramPath | Return ProgramFiles path. |
![]() |
GetSmallFileIcon | Return small file icon of the specified file. |
![]() |
GetSystemPath | Return Windows system path. |
![]() |
GetTempPath | Return Temp path. |
![]() |
HighestCommonFolder | Return a common folder so that all files is under that common folder. (e.g. C:\1\2, C:\1\3 will return "C:\1") |
![]() |
KtoSize | Convert Kb string to size (int), which is usable by computer. |
![]() |
MakeDirectory | Create a directory. |
![]() |
MatchMask | Return whether the text match a mask. |
![]() |
MatchPath | Return whether a filename match the path. |
![]() |
MoveFile | Move a file. |
![]() |
OpenDirectory | Open a directory in a explorer window. |
![]() |
ParsePChar | Parse Pchar, this function is unused. |
![]() |
PollDirList | Get a list of folder in specified foldername. (Mask supported) |
![]() |
PollFileList | Get a list of file in specified foldername. (Mask supported) |
![]() |
RemoveDirectory | Remove a directory. |
![]() |
RemoveFile | Remove a file. |
![]() |
RemoveFileDrive | Remove file drive and return the value. |
![]() |
RemoveFileExt | Remove file extension and return the value. |
![]() |
RemoveFrontSlash | Remove a slash "\" from the front of input if exists. |
![]() |
RemoveSlash | Remove slash end of input. |
![]() |
Run | Run (execute) a file. |
![]() |
RunAndWait | Run a file and freeze till it's completed. |
![]() |
RunDos | Run a dos executable and capture it's output. |
![]() |
ShowAboutCAKE | About message. |
![]() |
SizeInK | Convert size (int) to Kb string more readable to human. |
![]() |
verifyDllPath | Overloaded. Return whether the specified dll exists. |