UtilFileFileExists Method
Determines whether the specified path points to a existing file.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool FileExists(
string filepath
)
Public Shared Function FileExists (
filepath As String
) As Boolean
Dim filepath As String
Dim returnValue As Boolean
returnValue = UtilFile.FileExists(filepath)
public:
static bool FileExists(
String^ filepath
)
static member FileExists :
filepath : string -> bool
No code example is currently available or this language may not be supported.
- filepath String
-
The source filepath.
Boolean if the specified path points to a existing file;
otherwise,
.