메소드 | 설명 | |
---|---|---|
CreateDirectory ( string path ) : bool | ||
CreateFile ( string path ) : bool | ||
DeleteDirectory ( string path ) : bool | ||
DeleteFile ( string path ) : bool | ||
MoveFile ( string sourcePath, string targetPath ) : bool |
public MoveFile ( string sourcePath, string targetPath ) : bool | ||
sourcePath | string | |
targetPath | string | |
리턴 | bool |