C# 클래스 Alquimiaware.NuGetUnity.FileSystemFolderCommands

상속: IFolderCommands
파일 보기 프로젝트 열기: Alquimiaware/Nuget-Unity 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string path ) : void
Delete ( string path ) : void
Exists ( string path ) : bool
Move ( string sourcePath, string destPath ) : void

메소드 상세

Create() 공개 메소드

public Create ( string path ) : void
path string
리턴 void

Delete() 공개 메소드

public Delete ( string path ) : void
path string
리턴 void

Exists() 공개 메소드

public Exists ( string path ) : bool
path string
리턴 bool

Move() 공개 메소드

public Move ( string sourcePath, string destPath ) : void
sourcePath string
destPath string
리턴 void