Home | History | Annotate | Download | only in Windows

Lines Matching refs:LPCTSTR

26 bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes);

27 bool MyMoveFile(LPCTSTR existFileName, LPCTSTR newFileName);
28 bool MyRemoveDirectory(LPCTSTR pathName);
29 bool MyCreateDirectory(LPCTSTR pathName);
30 bool CreateComplexDirectory(LPCTSTR pathName);
31 bool DeleteFileAlways(LPCTSTR name);
44 bool GetOnlyDirPrefix(LPCTSTR fileName, CSysString &resultName);
45 bool GetOnlyName(LPCTSTR fileName, CSysString &resultName);
50 bool MyGetShortPathName(LPCTSTR longPath, CSysString &shortPath);
52 bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath, int &fileNamePartStartIndex);
53 bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath);
62 inline bool MySetCurrentDirectory(LPCTSTR path)
70 bool MySearchPath(LPCTSTR path, LPCTSTR fileName, LPCTSTR extension, CSysString &resultPath, UINT32 &filePart);
75 inline bool MySearchPath(LPCTSTR path, LPCTSTR fileName, LPCTSTR extension, CSysString &resultPath)
96 UINT MyGetTempFileName(LPCTSTR dirPath, LPCTSTR prefix, CSysString &resultPath);
109 UINT Create(LPCTSTR dirPath, LPCTSTR prefix, CSysString &resultPath);
110 bool Create(LPCTSTR prefix, CSysString &resultPath);
131 bool CreateTempDirectory(LPCTSTR prefixChars, CSysString &dirName);
141 bool Create(LPCTSTR prefix) ;