Method | Description | |
---|---|---|
Copy ( string sourceFileName, string destFileName ) : void | ||
Copy ( string sourceFileName, string destFileName, bool overwrite ) : void | ||
Delete ( string path ) : void | ||
Exists ( string path ) : bool | ||
Move ( string sourceFileName, string destFileName ) : void | ||
OpenRead ( string path ) : System.IO.Stream | ||
OpenWrite ( string path ) : System.IO.Stream |
public static Copy ( string sourceFileName, string destFileName ) : void | ||
sourceFileName | string | |
destFileName | string | |
return | void |
public static Copy ( string sourceFileName, string destFileName, bool overwrite ) : void | ||
sourceFileName | string | |
destFileName | string | |
overwrite | bool | |
return | void |
public static Move ( string sourceFileName, string destFileName ) : void | ||
sourceFileName | string | |
destFileName | string | |
return | void |
public static OpenRead ( string path ) : System.IO.Stream | ||
path | string | |
return | System.IO.Stream |
public static OpenWrite ( string path ) : System.IO.Stream | ||
path | string | |
return | System.IO.Stream |