Пример #1
0
 public static bool CreateDirectory(string directoryPath)
 {
     return(LocalDataStorage.CreateDirectory(directoryPath));
 }