C# 클래스 DirectoryAccess, NewTOAPIA

DirectoryAccess contains a number of static methods that manipulate directories. Directories can be created, deleted, moved, enumerated, and the like. Instances of the Directory object maintain directory state information and can be persisted.
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string directory, int flags ) : void
Delete ( string directory, int flags ) : void

메소드 상세

Create() 공개 메소드

public Create ( string directory, int flags ) : void
directory string
flags int
리턴 void

Delete() 공개 메소드

public Delete ( string directory, int flags ) : void
directory string
flags int
리턴 void