C# Класс BF2Statistics.DirectoryExt

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Copy ( string sourceDirName, string destDirName, bool copySubDirs = true, bool overwriteFiles = false ) : void

Copies the contents of one folder, to another.

Delete ( FileSystemInfo fileSystemInfo ) : void
Delete ( string path ) : void

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

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

Copies the contents of one folder, to another.
public static Copy ( string sourceDirName, string destDirName, bool copySubDirs = true, bool overwriteFiles = false ) : void
sourceDirName string The source folder, being copied
destDirName string The destination dicrectoy, where all the copies will be stored. /// The directory does NOT have to exist.
copySubDirs bool Recursively copy sub folders?
overwriteFiles bool
Результат void

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

public static Delete ( FileSystemInfo fileSystemInfo ) : void
fileSystemInfo System.IO.FileSystemInfo
Результат void

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

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