Hi Alessandro, here's a small tip:
Your code:
; ONLY FOR WINDOWS ENVIRONMENT...
; and for Linux? Please help me!
replace/all system/options/args/1 "\" "/"
replace/all system/options/args/1 ":" ""
jellapFilenameStr: join "/" system/options/args/1
jellapFilename: to-file jellapFilenameStr
becomes
jellapFilename: to-rebol-file system/options/args/1
Which should work equally well on windows and linux.
Note also TO-LOCAL-FILE does the opposite, converting a rebol
file into the host filesystem's format.
Regards,
Anton.
> Dear all,
>
> I wish to lightlight this new project "Jell Project", created by me
> (!) using Rebol View/PRO.
>
> Follows a short description about the project. If you are interested,
> you can visit my site at:
> http://ale870.pbwiki.com/.
> Alessandro
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.