C# Class fs4net.Framework.Utils.RootedDirectoryUtilities

Show file Open project: toroso/fs4net

Public Methods

Method 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

Method Description
InternalCopyTo ( this source, RootedDirectory destination ) : void

Method Details

CopyTo() public static method

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
return void