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