'Declaration
Public Sub MapFile( _ ByVal fileName As String, _ ByVal fileInfo As IFileInfo2 _ )
'Usage
Dim instance As MappedFileProvider Dim fileName As String Dim fileInfo As IFileInfo2 instance.MapFile(fileName, fileInfo)
public void MapFile( string fileName, IFileInfo2 fileInfo )
public: void MapFile( String^ fileName, IFileInfo2^ fileInfo )
Parameters
- fileName
- A name of the file (in the root directory).
- fileInfo
- A file info to be mapped.