Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: filepath and slash problem

From: santilli::gabriele::gmail::com at: 16-Jul-2007 8:31

2007/7/15, Sabu Francis <sabufrancis-rediffmail.com>:
> I would appreciate the answer to the following mystery. I wracked my > brains for the last 5 hours .... and narrowed my problem down to this...
[...] One small note, please remember that a PATH! value does not represent a filesystem path, it represents a REBOL path (eg. object/word and so on). You want to use FILE! values for filesystem paths. %path/to/something not 'path/to/something. HTH, Gabriele.