C# Class Emul8.Utilities.FileCopier

Afficher le fichier Open project: emul8/emul8 Class Usage Examples

Méthodes publiques

Méthode Description
Copy ( string src, string dst, bool overwrite = false ) : void

Private Methods

Méthode Description
ioctl ( int d, ulong request, int a ) : int

Method Details

Copy() public static méthode

public static Copy ( string src, string dst, bool overwrite = false ) : void
src string
dst string
overwrite bool
Résultat void