ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / External file functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Returns the separator of directory according to the current platform ('\' or '/'). This allows you to build file paths without having to worry about the runtime platform (Windows or Linux for example).
Example
// Returns the full name of the file by using the separator corresponding to the current platform
sFullName = sMyDirectory + [fSep()] + "file.txt"
// In Windows: sMyDirectory + "\file.txt"
// In Linux:  sMyDirectory + "/file.txt"
Syntax
<Result> = fSep()
<Result>: Character string
Separator used for the current platform: '\' or '/'.
Component: wd290std.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 08/23/2022

Send a report | Local help