C# 클래스 Microsoft.Azure.WebJobs.Script.FileUtility

파일 보기 프로젝트 열기: Azure/azure-webjobs-sdk-script 1 사용 예제들

공개 메소드들

메소드 설명
DeleteDirectoryAsync ( string path, bool recursive ) : System.Threading.Tasks.Task
DeleteIfExistsAsync ( string path ) : System.Threading.Tasks.Task
EnsureDirectoryExists ( string path ) : void

메소드 상세

DeleteDirectoryAsync() 공개 정적인 메소드

public static DeleteDirectoryAsync ( string path, bool recursive ) : System.Threading.Tasks.Task
path string
recursive bool
리턴 System.Threading.Tasks.Task

DeleteIfExistsAsync() 공개 정적인 메소드

public static DeleteIfExistsAsync ( string path ) : System.Threading.Tasks.Task
path string
리턴 System.Threading.Tasks.Task

EnsureDirectoryExists() 공개 정적인 메소드

public static EnsureDirectoryExists ( string path ) : void
path string
리턴 void