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
  • Operating systems
  • Managing errors
  • Equivalence
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
ceSysDir (Function)
In french: ceSysRep
Returns the path of a system directory on the Mobile Device (Pocket PC) connected to the current computer.
Remark: This search can be performed only if a connection is established between the current computer and the Mobile Device (ceConnect).
Example
// Retrieve the path of system directory
ResDir = ceSysDir(srDesktop)
Syntax
<Result> = ceSysDir(<System directory>)
<Result>: Character string
Full path of specified directory.
<System directory>: Constant
Directory depending on the user
srAppDataDirectory that will be used by the applications to store the data (specific to the user)
srDesktopDirectory corresponding to the Windows desktop
srInternetCacheDirectory used by Internet Explorer to store the last elements used
srCookiesDirectory containing the cookies generated when navigating on Internet (Internet Explorer only)
srStartupDirectory containing the applications that will be automatically started when the system or a session is started
srStartMenuDirectory containing the shortcuts of "Start" menu
srSendToDirectory corresponding to the "Send to" menu
srFavoritesDirectory containing the "Favorites"
srMyDocumentsDirectory containing the documents of user
srMyPicturesDirectory for storing images
srTemplatesDirectory of document templates
srAdminToolsDirectory containing the management tools (Windows NT only)
srProfileDirectory corresponding to the user profile
srProgramFilesSetup directory of applications
srCommonProgramFilesDirectory for installing the elements common to several applications
srProgramsDirectory containing the "Program" submenu of the "Start" menu
srRecentShortcuts to the last documents used
Directory depending on the system only (common to all the users)
srCommonAppDataDirectory that will be used by the applications to store the data (common to all the users)
srLocalAppDataDirectory that will be used by the applications to store the data (specific to the computer rather than to a user)
srCommonDesktopDirectory corresponding to the Windows desktop
srCommonStartupDirectory containing the applications that will be automatically started when the system or a session is started
srCommonStartMenuDirectory containing the shortcuts of "Start" menu
srCommonFavoritesDirectory containing the Favorites
srFontsDirectory of the fonts installed on the system
srCommonMyDocumentsDirectory containing the documents of user
srCommonTemplatesDirectory of document templates
srCommonAdminToolsDirectory containing the management tools (Windows NT only)
srCommonProgramsDirectory containing the "Program" submenu of the "Start" menu
srSystemSystem directory
srWindowsDirectory of Windows
Remarks

Operating systems

Some operating systems do not support all the constants handled by ceSysDir. In this case, ceSysDir returns an empty string ("").

Managing errors

Caution: ceSysDir returns no error code. To find out if this function has generated an error, use ErrorInfo with the errMessage constant.

Equivalence

ceSysDir and SysDir have similar operating modes.
The only difference is:
  • ceSysDir handles a directory found on the Mobile Device from a WINDEV application.
  • SysDir handles a directory found 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