Changeset 1761 for trunk/dll/pathutil.h


Ignore:
Timestamp:
Mar 22, 2014, 12:29:52 AM (11 years ago)
Author:
Steven Levine
Message:

Implement IsAbsolutePath and modify SearchPathForFile to use

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/pathutil.h

    r1545 r1761  
    1313  28 Jun 09 GKY Added AddBackslashToPath() to remove repeatative code.
    1414  23 Oct 10 GKY Add ForwardslashToBackslash function to streamline code
     15  21 Mar 14 SHL Add IsAbsolutePath
    1516
    1617***********************************************************************/
     
    2425#endif
    2526
    26 PSZ ForwardslashToBackslash(PSZ pszPathName);
    2727PSZ AddBackslashToPath(PSZ pszPathName);
     28
    2829PSZ BldFullPathName(PSZ pszFullPathName, PCSZ pszPathName, PCSZ pszFileName);
    2930PSZ BldQuotedFullPathName(PSZ pszFullPathName, PCSZ pszPathName, PCSZ pszFileName);
    3031PSZ BldQuotedFileName(PSZ pszQuotedFileName, PCSZ pszFileName);
     32
     33BOOL IsAbsolutePath(PCSZ pszPathName);
     34PSZ ForwardslashToBackslash(PSZ pszPathName);
     35
    3136PCSZ NormalizeCmdLine(PSZ pszWorkBuf, PSZ pszCmdLine_);
    3237
Note: See TracChangeset for help on using the changeset viewer.