>What exactly is purpose/mean of SET DIRSEPARATOR ( set(104) ) ?
>By default is OS_PATH_DELIMITER

>That mean set( 104, "\" ) translate \ to / on file operations ?

Przemek:

Forget response
From ChangeLog:

2002-09-23 11:00 UTC-0300 Gustavo Junior Alves <[EMAIL PROTECTED]>
  * source/rtl/set.c
    ! Implement SET FILECASE, DIRCASE and DIRSEPARATOR


2007-11-04 02:34 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
  * harbour/source/rtl/filesys.c
    ! fixed _SET_DIRSEPARATOR behavior - now it's always set to default
      OS directory separator what means no translations. If you want to
      enable some translations then it should be set to other value, f.e.
      in *nixes:
         set( _SET_DIRSEPARATOR, "\" )
      enables translations of "\" in paths to "/"


David Macias



_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to