ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Attention : This is version 26 of this documentation page. This feature may have been changed or removed in a higher version.
Help / WLanguage / WLanguage functions / Standard functions / Mobile Device (Pocket PC) access functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadApple WatchUniversal Windows 10 AppWindows Mobile
Others
Stored procedures
ceDeleteFile (Function)
In french: ceSupprimeFichier
Deletes a file from the Mobile Device (Pocket PC) connected to the current computer.
Remark: The file can be deleted only if a connection is established between the current computer and the Mobile Device (ceConnect).
Example
// Delete a file from the Mobile Device connected to the current computer
ResDelete = ceDeleteFile("\MyFiles\Images")
// Has a problem occurred?
IF ResDelete = False THEN Error(ErrorInfo())
Syntax
<Result> = ceDeleteFile(<Path of file to delete>)
<Result>: Boolean
  • True if the function was successful,
  • False otherwise. If an error occurs, you can get the details of the error with ErrorInfo.
<Path of file to delete>: Character string (with quotes)
Name and full path of the file that must be deleted from the Mobile device connected to the current computer.
Wildcard characters (*,?) are allowed in the file name.
Remarks
ceDeleteFile and fDelete have equivalent operating modes.
The only difference is:
  • ceDeleteFile deletes a file from a Mobile device from a WINDEV application.
  • fDelete deletes a file from the Mobile Device only from a WINDEV Mobile application.
Component: wd260ce.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/26/2021

Send a report | Local help