Upgrading to DataFlex 3.2: Difference between revisions

m
Code sample
m (Marking code samples)
m (Code sample)
Line 78: Line 78:
:If you are writing applications for DOS/Windows and Linux/Unix platforms, you should use the Sysconf function with the Sysconf_Dir_Separator to obtain the path separator in your program code:
:If you are writing applications for DOS/Windows and Linux/Unix platforms, you should use the Sysconf function with the Sysconf_Dir_Separator to obtain the path separator in your program code:


::String sDirSeparator
<source lang="vdf">
::move (Sysconf (SYSCONF_DIR_SEPARATOR)) to sDirSeparator
String sDirSeparator
move (Sysconf (SYSCONF_DIR_SEPARATOR)) to sDirSeparator
</source>


*;Install Location
*;Install Location