C# Class BExIS.IO.BasicFileInfo

Basic informations of a file
ファイルを表示 Open project: BEXIS2/Core

Public Methods

Method Description
BasicFileInfo ( string name, string path, string mimeType, string extention, double fileSize ) : System

Constructor of BasicFileInfo

Method Details

BasicFileInfo() public method

Constructor of BasicFileInfo
public BasicFileInfo ( string name, string path, string mimeType, string extention, double fileSize ) : System
name string
path string Location where the file exist
mimeType string Type of the file
extention string
fileSize double
return System