|
|
|
|
|
fSep (Function) In french: fSep 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).
sNomComplet = sMonRepertoire + [fSep()] + "fichier.txt"
Syntax <Result>: Character string Separator used for the current platform: '\' or '/'..
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|