C# Class fs4net.Framework.Utils.RootedDirectoryUtilities

Afficher le fichier Open project: toroso/fs4net

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
InternalCopyTo ( this source, RootedDirectory destination ) : void

Method Details

CopyTo() public static méthode

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
Résultat void