C# Class Microsoft.Azure.WebJobs.Script.FileUtility

ファイルを表示 Open project: Azure/azure-webjobs-sdk-script Class Usage Examples

Public Methods

Method Description
DeleteDirectoryAsync ( string path, bool recursive ) : System.Threading.Tasks.Task
DeleteIfExistsAsync ( string path ) : System.Threading.Tasks.Task
EnsureDirectoryExists ( string path ) : void

Method Details

DeleteDirectoryAsync() public static method

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

DeleteIfExistsAsync() public static method

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

EnsureDirectoryExists() public static method

public static EnsureDirectoryExists ( string path ) : void
path string
return void