Re: [Harbour] file path delimiter

2010-05-20 Thread sali
- Original Message - From: "Viktor Szakáts" To: "Harbour Project Main Developer List." Sent: Thursday, May 20, 2010 1:55 PM Subject: Re: [Harbour] file path delimiter The only thing some may wonder is why such workaround is good for you, when you can get much bet

Re: [Harbour] file path delimiter

2010-05-20 Thread Viktor Szakáts
>>> use <(db)> => dbusearea(,,linux(<(db)>),...) >> >> Such modification is still only workaround for the problem which >> is hardcoded in some other place. You should switch to "/" or use >> hb_osPathSeparator() if you want to eliminate any filename conversions. > > yes, unfortunately it is just

Re: [Harbour] file path delimiter

2010-05-20 Thread sali
- Original Message - From: "Przemysław Czerpak" To: "Harbour Project Main Developer List." Sent: Thursday, May 20, 2010 1:16 PM Subject: Re: [Harbour] file path delimiter use <(db)> => dbusearea(,,linux(<(db)>),...) Such modification is still on

Re: [Harbour] file path delimiter

2010-05-20 Thread Przemysław Czerpak
On Thu, 20 May 2010, sali wrote: Hi, > >>my second thought is to tweak at pp-level > >Everything what can be done on PP level can also be done in source > >code so there is no reason to make such things on PP level. > thnx for the tips > just to explain, regarding pp, of course that it can be don

Re: [Harbour] file path delimiter

2010-05-20 Thread sali
- Original Message - From: "Przemysław Czerpak" To: "Harbour Project Main Developer List." Sent: Thursday, May 20, 2010 12:17 PM Subject: Re: [Harbour] file path delimiter my second thought is to tweak at pp-level Everything what can be done on PP level can al

Re: [Harbour] file path delimiter

2010-05-20 Thread Przemysław Czerpak
On Thu, 20 May 2010, sali wrote: Hi, > porting big app from clipper/win to harbour/linux, and having lot of > hard-coded and/or composed file/index paths with back-slash '\' embedded > is there some 'set' setting to at 'run-time-level' replace [convert] > windows-style '\' to linux-style '/' path

[Harbour] file path delimiter

2010-05-20 Thread sali
hi, porting big app from clipper/win to harbour/linux, and having lot of hard-coded and/or composed file/index paths with back-slash '\' embedded is there some 'set' setting to at 'run-time-level' replace [convert] windows-style '\' to linux-style '/' paths directly changing source is not an opt