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
Creates a directory on the Mobile Device (Pocket PC) connected to the current computer.
Remark: The directory can be created only if a connection is established between the current computer and the Mobile Device (ceConnect).
Example
// Create a directory on the Mobile Device connected to the current computer
ResCreate = ceMakeDir("\MyFile\MyImages")
// Has a problem occurred?
IF ResCreate = False THEN Error(ErrorInfo())
Syntax
<Result> = ceMakeDir(<Path of directory to create>)
<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 directory to create>: Character string (with quotes)
Full path of the directory that must be created from the Mobile Device connected to the current computer.
Remarks
ceMakeDir and fMakeDir have equivalent operating modes.
The only difference is:
  • ceMakeDir creates a directory on the Mobile Device from a WINDEV application.
  • fMakeDir creates a directory on 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