ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / Big Data / Managing Mongo data files
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Deletes a file identified by its name from a MongoDB file system.
Note To delete a file identified by its identifier, use the <mongoGridFS variable>.DeleteFileByID function.
Example
gclGridFS is mongoGridFS
// Delete the file found in the table column
gclGridFS.DeleteFile(TABLE_GridFS.COL_Name)
ToastDisplay("Deletion successfully performed.")
Syntax
<Result> = <File system>.DeleteFile(<File name>)
<Result>: Boolean
  • True if the operation was performed,
  • False if a problem occurs. ErrorInfo is used to identify the error.
<File system>: mongoGridFS variable
Name of the mongoGridFS variable that corresponds to the Mongo file system to use.
<File name>: Character string
Name of file to delete.
Component: wd300big.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/25/2024

Send a report | Local help