|  | ExtensionsDirectoryInfoCreateFileAsync Method (DirectoryInfo, String) | 
Namespace: Cauldron
 Syntax
Syntaxpublic static Task<FileInfo> CreateFileAsync( this DirectoryInfo directoryInfo, string desiredName )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | desiredName is null | 
| ArgumentException | desiredName is empty | 
 See Also
See Also