Skip to main content
Version: 5.7.0

CheckFullpathFilenameExists

Check if filename exists for provided path and name.

ServiceOperation
globalFileV3CHECK_FULLPATH_FILENAME_EXISTS

Method Parameters

ParameterDescription
fullPathFilenameFile cloud name in full path

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"exists": true
},
"status": 200
}