UtilitiesProxy.FolderExists Method
Determines if the specified directory exists.Syntax
UtilitiesProxy.FolderExists(folderPath)Parameters
Name | Type | Description |
---|---|---|
folderPath | String | Required. The directory to check. |
Return Value
A Boolean.Returns true if the directory exists, otherwise returns false.
See Also
UtilitiesProxy ClassAras.Server.Core Namespace
Aras Innovator Server Framework
Comments
Post a Comment