C# 클래스 Yava.FoldersFile.FolderFile

파일 보기 프로젝트 열기: Beluki/Yava 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Folder Folder
Path String

공개 메소드들

메소드 설명
FolderFile ( Folder folder, String path ) : System

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

메소드 상세

FolderFile() 공개 메소드

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.
리턴 System

프로퍼티 상세

Folder 공개적으로 프로퍼티

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

Path 공개적으로 프로퍼티

File path in the filesystem.
public String Path
리턴 String