C# Class CSharp___DllImport.Phone.IO

Show file Open project: ApexHAB/apex-lumia

Public Methods

Method Description
DirectoryExists ( string fullPath ) : bool
PathIsValidFileName ( string smalFileName ) : bool
PathIsValidPath ( string fullPath ) : bool

Private Methods

Method Description
CreateDirectoryPath ( string fullPath ) : object

Method Details

DirectoryExists() public static method

public static DirectoryExists ( string fullPath ) : bool
fullPath string
return bool

PathIsValidFileName() public static method

public static PathIsValidFileName ( string smalFileName ) : bool
smalFileName string Hello.txt for example
return bool

PathIsValidPath() public static method

public static PathIsValidPath ( string fullPath ) : bool
fullPath string
return bool