Note
The format of file name (absolute or relative path, which folder is the base, encoding, etc) depends on the platform.
Gets the file contents by the file name.
public abstract Stream GetFileByName(
string fileName
)
Public MustOverride Function GetFileByName (
fileName As String
) As Stream
public:
virtual Stream^ GetFileByName(
String^ fileName
) abstract
abstract GetFileByName :
fileName : string -> Stream