Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
NoteEditor
Model
FileItemInfo
C# Class NoteEditor.Model.FileItemInfo
Datei anzeigen
Open project: setchi/NoteEditor
Public Properties
Property
Type
Description
fullName
string
isDirectory
bool
Public Methods
Method
Description
FileItemInfo
(
bool
isDirectory
,
string
fullName
)
Method Details
FileItemInfo()
public
method
public
FileItemInfo
(
bool
isDirectory
,
string
fullName
)
isDirectory
bool
fullName
string
Property Details
fullName
public_oe property
public
string
fullName
return
string
isDirectory
public_oe property
public
bool
isDirectory
return
bool