C# Класс fs4net.Framework.Utils.RootedDirectoryUtilities

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

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

Метод Описание
CopyTo ( this me, RootedDirectory destination ) : void

NOTE: Experimental. Subject to change. Copies the directory and all its contents to a new location. The new copy will have the name specified by the destination parameter. This operation is not atomic. This means that if the operation fails halfways (e.g. out of disk space) half of the destination files and directories will exist.

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

Метод Описание
InternalCopyTo ( this source, RootedDirectory destination ) : void

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

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

NOTE: Experimental. Subject to change. Copies the directory and all its contents to a new location. The new copy will have the name specified by the destination parameter. This operation is not atomic. This means that if the operation fails halfways (e.g. out of disk space) half of the destination files and directories will exist.
public static CopyTo ( this me, RootedDirectory destination ) : void
me this
destination RootedDirectory
Результат void