ZipFileImpl Constructor

Moxiecode.FileManager

MCManager classes

ZipFileImpl Constructor 

Initializes a file instance by a absolute path, child name and type. This can be userful when filtering non existing files.

public ZipFileImpl(
   ManagerEngine man,
   string absolute_path,
   string child_name,
   FileType type
);

Parameters

man
Reference to manager that requested the file.
absolute_path
Absolute file/directory path.
child_name
Name of child file for the directory.
type
Type of file to create.

See Also

ZipFileImpl Class | Moxiecode.FileManager.FileSystems Namespace