AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de archivos externos
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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).
Ejemplo
// Returns the full name of the file by using the separator corresponding to the current platform
sFullName = sMyDirectory + [fSep()] + "file.txt"
// In Windows: sMonrépertoire + "\fichier.txt"
// In Linux: sMyDirectory + "/file.txt"
Sintaxis
<Result> = fSep()
<Result>: Character string
Separator used for the current platform: '\' or '/'..
Componente: wd300std.dll
Versión mínima requerida
  • Versión 16
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

Señalar un error o enviar una sugerencia | Ayuda local