C# Class Yava.FoldersFile.FolderFile

Afficher le fichier Open project: Beluki/Yava Class Usage Examples

Méthodes publiques

Свойство Type Description
Folder Folder
Path String

Méthodes publiques

Méthode Description
FolderFile ( Folder folder, String path ) : System

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

Method Details

FolderFile() public méthode

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.
Résultat System

Property Details

Folder public_oe property

The folder this file belongs to.
public Folder,Yava.FoldersFile Folder
Résultat Folder

Path public_oe property

File path in the filesystem.
public String Path
Résultat String