CSharp___DllImport.Phone.IO.DirectoryExists C# (CSharp) Method

DirectoryExists() public static method

public static DirectoryExists ( string fullPath ) : bool
fullPath string
return bool
            public static bool DirectoryExists(string fullPath)
            {
                return DllImportCaller.lib.StringCall("shcore", "DirectoryExists", fullPath) == 1;
            }