コード例 #1
0
        public FileSystemInfoContract CopyItem(FileSystemInfoContract source, string copyPath, DirectoryInfoContract destination, bool recurse)
        {
            InvalidateDrive();

            return(gateway.CopyItem(rootName, source.Id, copyPath, destination.Id, recurse));
        }