C# 클래스 Rosalia.FileSystem.FileSystemItem

파일 보기 프로젝트 열기: rosaliafx/Rosalia

공개 메소드들

메소드 설명
Delete ( ) : void
EnsureExists ( ) : void
GetRelativePath ( IDirectory directory ) : string
ToString ( ) : string

보호된 메소드들

메소드 설명
FileSystemItem ( string absolutePath ) : System

메소드 상세

Delete() 공개 추상적인 메소드

public abstract Delete ( ) : void
리턴 void

EnsureExists() 공개 추상적인 메소드

public abstract EnsureExists ( ) : void
리턴 void

FileSystemItem() 보호된 메소드

protected FileSystemItem ( string absolutePath ) : System
absolutePath string
리턴 System

GetRelativePath() 공개 메소드

public GetRelativePath ( IDirectory directory ) : string
directory IDirectory
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string