Méthode | Description | |
---|---|---|
CopyTo ( string destFileName ) : IFileInfo |
Copies the file to the specified location.
|
|
Delete ( ) : void |
Deletes the file.
|
|
FileInfoWrap ( |
Initializes a new instance of the FileInfoWrap class.
|
|
FileInfoWrap ( string fileName ) : System.IO |
Initializes a new instance of the FileInfoWrap class.
|
|
MoveTo ( string destFileName ) : void |
Moves the file to the specfied location.
|
|
ToString ( ) : string |
Returns a string that represents the current object.
|
|
WriteAllText ( string text ) : void |
Writes all the specified text into the file, creating it if it doesn't exist.
|
Méthode | Description | |
---|---|---|
ConvertFileInfoToIFileInfoArray ( |
Converts a FileInfo array into an IFileInfo array.
|
public CopyTo ( string destFileName ) : IFileInfo | ||
destFileName | string | /// The destination to copy to. /// |
Résultat | IFileInfo |
public FileInfoWrap ( |
||
fileInfo | /// The file info. /// | |
Résultat | System.IO |
public FileInfoWrap ( string fileName ) : System.IO | ||
fileName | string | /// The file name. /// |
Résultat | System.IO |
public MoveTo ( string destFileName ) : void | ||
destFileName | string | /// The destination to move to. /// |
Résultat | void |
public WriteAllText ( string text ) : void | ||
text | string | /// The text to write. /// |
Résultat | void |