[fpc-pascal] DoDirSeparators and special filenames on Windows
    Mattias Gaertner 
    nc-gaertnma at netcologne.de
       
    Sat Sep  7 23:37:48 CEST 2013
    
    
  
>[...]
> This is especially a problem with Lazarus (the IDE itself), where
> config files and include directives may contain '/', or are defined as
> relative paths.
Filenames from other platforms have to be converted by the application (here:
Lazarus IDE) before passing them to RTL file functions.
That's why the IDE changes path delims of such values before using them.
If not, then you found a bug.
Mattias
    
    
More information about the fpc-pascal
mailing list