UtilDirectoryDirectoryExists Method
Determines whether the specified path points to a existing directory.
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 DirectoryExists(
string directoryPath
)
Public Shared Function DirectoryExists (
directoryPath As String
) As Boolean
Dim directoryPath As String
Dim returnValue As Boolean
returnValue = UtilDirectory.DirectoryExists(directoryPath)
public:
static bool DirectoryExists(
String^ directoryPath
)
static member DirectoryExists :
directoryPath : string -> bool
No code example is currently available or this language may not be supported.
- directoryPath String
-
The source directory path.
Boolean if the specified path points to a existing directory;
otherwise,
.