mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:13:23 +00:00
[CMD] Code formatting for IsValidPathName, IsExistingFile, IsExistingDirectory, and use INVALID_FILE_ATTRIBUTES instead of an hardcoded value.
This commit is contained in:
parent
a5634138c3
commit
050df0f56d
4 changed files with 20 additions and 21 deletions
|
@ -297,9 +297,10 @@ LPTSTR *splitspace (LPTSTR, LPINT);
|
|||
VOID freep (LPTSTR *);
|
||||
LPTSTR _stpcpy (LPTSTR, LPCTSTR);
|
||||
VOID StripQuotes(LPTSTR);
|
||||
BOOL IsValidPathName (LPCTSTR);
|
||||
BOOL IsExistingFile (LPCTSTR);
|
||||
BOOL IsExistingDirectory (LPCTSTR);
|
||||
|
||||
BOOL IsValidPathName(IN LPCTSTR pszPath);
|
||||
BOOL IsExistingFile(IN LPCTSTR pszPath);
|
||||
BOOL IsExistingDirectory(IN LPCTSTR pszPath);
|
||||
VOID GetPathCase(TCHAR *, TCHAR *);
|
||||
|
||||
#define PROMPT_NO 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue