Click or drag to resize

ExtensionsDirectoryInfoCreateFileAsync Method

Overload List
  NameDescription
Public methodStatic memberCreateFileAsync(DirectoryInfo, String)
Creates a new file with the specified name in the current folder.
Public methodStatic memberCreateFileAsync(DirectoryInfo, String, CreationCollisionOption)
Creates a new file in the current folder. This method also specifies what to do if a file with the same name already exists in the current folder.
Top
See Also