ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / External file functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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
// Renvoie le nom complet du fichier en utilisant le séparateur de la plateforme en cours
sNomComplet = sMonRepertoire + [fSep()] + "fichier.txt"
// En Windows : sMonrépertoire + "\fichier.txt"
// En Linux :  sMonrépertoire + "/fichier.txt"
Syntax
<Result> = fSep()
<Result>: Character string
Separator used for the current platform: '\' or '/'..
Component: wd300std.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help