Method | Description | |
---|---|---|
DirectoryExists ( string fullPath ) : bool | ||
PathIsValidFileName ( string smalFileName ) : bool | ||
PathIsValidPath ( string fullPath ) : bool |
Method | Description | |
---|---|---|
CreateDirectoryPath ( string fullPath ) : object |
public static DirectoryExists ( string fullPath ) : bool | ||
fullPath | string | |
return | bool |
public static PathIsValidFileName ( string smalFileName ) : bool | ||
smalFileName | string | Hello.txt for example |
return | bool |
public static PathIsValidPath ( string fullPath ) : bool | ||
fullPath | string | |
return | bool |