| FileExists Method |
Checks whether this file exists on the file system.
Namespace:
Galactic.FileSystem
Assembly:
Galactic.FileSystem (in Galactic.FileSystem.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax Public Function Exists As Boolean
member Exists : unit -> bool
Return Value
Type:
BooleanTrue if it exists, false otherwise.
See Also