C# Class Yava.FoldersFile.FolderFile

Mostra file Open project: Beluki/Yava Class Usage Examples

Public Properties

Property Type Description
Folder Folder
Path String

Public Methods

Method Description
FolderFile ( Folder folder, String path ) : System

A file specification. Folder.EnumerateFiles() generates them from the filesystem.

Method Details

FolderFile() public method

A file specification. Folder.EnumerateFiles() generates them from the filesystem.
public FolderFile ( Folder folder, String path ) : System
folder Folder The folder this file belongs to.
path String File path in the filesystem.
return System

Property Details

Folder public_oe property

The folder this file belongs to.
public Folder,Yava.FoldersFile Folder
return Folder

Path public_oe property

File path in the filesystem.
public String Path
return String