Core.Util.IO.FileUtil Class Reference
Summary description for
FileUtil.
More...
List of all members.
Detailed Description
Summary description for
FileUtil.
Constructor & Destructor Documentation
| Core.Util.IO.FileUtil.FileUtil |
( |
|
) |
|
Member Function Documentation
| static byte [] Core.Util.IO.FileUtil.GetFileBytes |
( |
String |
path |
) |
[static] |
| static MemoryStream Core.Util.IO.FileUtil.GetMemoryStreamFromFile |
( |
String |
path |
) |
[static] |
| static Boolean Core.Util.IO.FileUtil.MakePath |
( |
String |
path |
) |
[static] |
| static Boolean Core.Util.IO.FileUtil.MakePathToFile |
( |
String |
path |
) |
[static] |
| static Boolean Core.Util.IO.FileUtil.EmitTextFile |
( |
String |
path, |
|
|
String |
data, |
|
|
Boolean |
del_file | |
|
) |
| | [static] |
| static Boolean Core.Util.IO.FileUtil.EmitTextFile |
( |
String |
path, |
|
|
byte[] |
data, |
|
|
Boolean |
del_file | |
|
) |
| | [static] |
The documentation for this class was generated from the following file: