Method | Description | |
---|---|---|
DoesFileExist ( string fileName ) : bool | ||
GetBinaryFileContents ( string fileName ) : byte[] | ||
GetFileContents ( string fileName ) : string | ||
VirtualFileReader ( IPathResolver pathResolver ) : System.IO |
public DoesFileExist ( string fileName ) : bool | ||
fileName | string | |
return | bool |
public GetBinaryFileContents ( string fileName ) : byte[] | ||
fileName | string | |
return | byte[] |
public GetFileContents ( string fileName ) : string | ||
fileName | string | |
return | string |
public VirtualFileReader ( IPathResolver pathResolver ) : System.IO | ||
pathResolver | IPathResolver | |
return | System.IO |