Skip to main content
Version: 5.7.0

CheckFilenameExists

Check if filename exists for provided path and name.

ServiceOperation
globalFileV3CHECK_FILENAME_EXISTS

Method Parameters

ParameterDescription
folderPathFile located cloud path/folder
filenameFile cloud name

Usage

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