System.IO.MultiplexingWin32WinRTFileSystem.CopyFile C# (CSharp) Méthode

CopyFile() public méthode

public CopyFile ( string sourceFullPath, string destFullPath, bool overwrite ) : void
sourceFullPath string
destFullPath string
overwrite bool
Résultat void
        public override void CopyFile(string sourceFullPath, string destFullPath, bool overwrite)
        {
            Select(sourceFullPath, destFullPath).CopyFile(sourceFullPath, destFullPath, overwrite);
        }