Method | Description | |
---|---|---|
GetAttribute ( FileAttributeType attributeType, |
Gets the string representation of a file attribute.
|
|
GetEncoding ( string filename ) : |
Reads a file to determine its encoding.
|
public static GetAttribute ( FileAttributeType attributeType, |
||
attributeType | FileAttributeType | Type of the attribute. |
file | The file to get the attribute for. | |
return | string |
public static GetEncoding ( string filename ) : |
||
filename | string | The filename. |
return |