[ whitefrost.com | Account Manager 4 Product Page ]

Core.Util.IO.FileUtil Class Reference

Summary description for FileUtil. More...

List of all members.

Public Member Functions

 FileUtil ()

Static Public Member Functions

static byte[] GetFileBytes (String path)
static MemoryStream GetMemoryStreamFromFile (String path)
static Boolean MakePath (String path)
static Boolean MakePathToFile (String path)
static Boolean EmitTextFile (String path, String data, Boolean del_file)
static Boolean EmitTextFile (String path, byte[] data, Boolean del_file)


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:
Stephen W. Cote, 2009, whitefrost.com