|
.NET Framework | |||||||||
| PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT | |||||||||
A general file utility for use in the context
| Constructor Summary | |
|---|---|
|
FileUtil() Initializes a new instance of the FileUtil class. |
|
| Method Summary | |
|---|---|
| System.IO.FileInfo |
file(string s) A method to get a File object. |
| System.IO.FileInfo |
file(string base_Renamed, string s) A method to get a File object. * |
| string |
mkdir(string s) Creates the directory s (and any parent directories needed). |
| Methods inherited from class System.Object |
|---|
| Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
| Constructor Detail |
|---|
public FileUtil()
Initializes a new instance of the FileUtil class.
| Method Detail |
|---|
public System.IO.FileInfo file(string s)
A method to get a File object.
Parameters:
String - path to file object to create.public System.IO.FileInfo file(string base_Renamed,
string s)
A method to get a File object. *
Parameters:
String - base path
String - file name
public string mkdir(string s)
Creates the directory s (and any parent directories needed).
Parameters:
String - path/directory to create.String - report of path/directory creation.
|
.NET Framework | |||||||||
| PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT | |||||||||