ZipFileFactory.GetFile Method

Moxiecode.FileManager

MCManager classes

ZipFileFactory.GetFile Method 

Creates a new file instance.

public IFile GetFile(
   ManagerEngine man,
   string path,
   string child,
   FileType type
);

Parameters

man
Associated ManagerEngine.
path
Absolute path to the file.
child
Child name inside the path. Could be null or empty string.
type
Default file type, if the file doesn't exist yet.

Implements

IFileFactory.GetFile

See Also

ZipFileFactory Class | Moxiecode.FileManager.FileSystems Namespace