C# Класс Staticity.IOHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
CopyFilesRecursively ( DirectoryInfo source, DirectoryInfo target ) : void
DeleteDirectory ( string path ) : void

Приватные методы

Метод Описание
DeleteFile ( string path ) : void
SetAttributesNormal ( DirectoryInfo dir ) : void

The Delete() method will fail with UnauthorizedAccessException if any files in the directory tree have the read-only flag. Delete() cannot delete anything with read-only flag even if the user running the application has priviliges to delete these files.

Описание методов

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

public static CopyFilesRecursively ( DirectoryInfo source, DirectoryInfo target ) : void
source System.IO.DirectoryInfo
target System.IO.DirectoryInfo
Результат void

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

public static DeleteDirectory ( string path ) : void
path string
Результат void