CSharp___DllImport.Phone.IO.DirectoryExists C# (CSharp) Метод

DirectoryExists() публичный статический Метод

public static DirectoryExists ( string fullPath ) : bool
fullPath string
Результат bool
            public static bool DirectoryExists(string fullPath)
            {
                return DllImportCaller.lib.StringCall("shcore", "DirectoryExists", fullPath) == 1;
            }