Click or drag to resize

LocalFileSystemClientCreateFile Method

Overload List
  NameDescription
Public methodCreateFile(String)
Creates a new file with the specified path on the file system.
(Inherited from FileSystemClient.)
Public methodCreateFile(String, Int32, Int32)
Creates a new file with the specified path on the file system.
(Inherited from FileSystemClient.)
Public methodCreateFile(String, Int32, Int32, RecordStreamOptions)
Creates a new file with the specified path on the file system.
(Inherited from FileSystemClient.)
Public methodCreateFile(String, Int32, Int32, Boolean, RecordStreamOptions)
Creates a new file with the specified path on the file system.
(Overrides FileSystemClientCreateFile(String, Int32, Int32, Boolean, RecordStreamOptions).)
Top
See Also