C# 클래스 NuSelfUpdate.ExtendedPhysicalFileSystem

상속: NuGet.PhysicalFileSystem, IExtendedFileSystem
파일 보기 프로젝트 열기: caleb-vear/NuSelfUpdate 1 사용 예제들

공개 메소드들

메소드 설명
ExtendedPhysicalFileSystem ( string applicationDirectory ) : System
MoveFile ( string sourcePath, string destinationPath ) : void

메소드 상세

ExtendedPhysicalFileSystem() 공개 메소드

public ExtendedPhysicalFileSystem ( string applicationDirectory ) : System
applicationDirectory string
리턴 System

MoveFile() 공개 메소드

public MoveFile ( string sourcePath, string destinationPath ) : void
sourcePath string
destinationPath string
리턴 void