Lines Matching full:function
25 * The GetCurrentProcFullFileName function get the current process exe name.
30 * The GetCurrentProcPath function get the current process exe path.
35 * The ExtractFilePath function extract the input file path.
40 * The ExtractFilePath function extract the input file name.
45 * The ExtractFileExt function extract the input file name type.
50 * The ExcludeTrailingPathDelimiter function exclude the end '/' from the strPath,
56 * The IncludeTrailingPathDelimiter function include the end '/' from the strPath,
62 * The GetDirFiles function get all files in the path.
67 * The IsEmptyFolder function judge the path is empty,
73 * The ForceCreateDirectory function is force create the dir with subdir,
79 * The ForceRemoveDirectory function is force delete the dir with subdir and files,
85 * The RemoveFile function is remove the input strFileName,
91 * The GetFolderSize function is get the folder size(bytes).
96 * The ChangeModeFile function is change the input file authority,
102 * The ChangeModeDirectory function is change the input Directory authority, include subdir,
108 * The PathToRealPath function is get real path from relative path,