Method | Description | |
---|---|---|
FileInfo ( string p_strFileName, |
A simple constructor that initializes the object with the given values.
|
|
ToString ( ) : string |
Returns a string representation of the file info. A FileInfo is represented by the name of the file. |
public FileInfo ( string p_strFileName, |
||
p_strFileName | string | The name of the file. |
p_uinCRC | The CRC of the file. | |
p_intLength | System.Int64 | The length of the file. |
return | System |