SBM ModScript Reference → Programming SBM ModScript → Extension Functions → Ext.FileExists()
(SBM On-Premise only) Determines whether the file specified in fileName exists.
Parameter | Type | Description |
---|---|---|
fileName |
string |
Use the fileName parameter to provide a fully-qualified path and file name. The fileName can be any valid file path, including a path to a network device. Note: This function may fail due to permissions
settings. Verify that accounts that will execute the script have permission to
read the destination folder.
|
Type | Description |
---|---|
bool |
Returns true if the file exists; false otherwise. |
SBM ModScript version: 11.3.
None.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.