Click or drag to resize
FileInfoOpen Method
Overload List
  NameDescription
Public methodOpen(FileMode)
Opens a file in the specified mode.
Public methodOpen(FileMode, FileAccess)
Opens a file in the specified mode with read, write, or read/write access.
Public methodOpen(FileMode, FileSystemRights)
[AlphaFS] Opens a file in the specified mode with read, write, or read/write access.
Public methodOpen(FileMode, FileAccess, FileShare)
Opens a file in the specified mode with read, write, or read/write access and the specified sharing option.
Public methodOpen(FileMode, FileSystemRights, FileShare)
[AlphaFS] Opens a file in the specified mode with read, write, or read/write access and the specified sharing option.
Top
See Also