[REBOL] Find Directory? Re:
From: ryanc:iesco-dms at: 6-Sep-2000 15:44
I suspect:
found: find directory filename
should be:
found: find directory to-file filename
[webmaster--SILICONSPECIES--COM] wrote:
> I am writing some code which takes user input in a form and then checks to
> see if the user input is a directory name or not.
>
> Now on Win98 in Rebol console, it works fine.
> Each directory is %directory/
>
> yet in linux I can't make it work
>
> filename: %filename
> directory: read blahblahblah ;read the directory into a block
> found: find directory filename
>
> that doesn't work
>
> always comes up with "none"
>
> help me please
>
> thanks,
>
> Jeff Rubin, CTO & Co-Founder
> Audiopia
> Shutup and Listen...
> http://www.audiopia.com
> also check out my personal site Brainbyte!
> http://www.brainbyte.com
--
* Ryan Cole *
Programmer Analyst
www.iesco-dms.com
707-468-5400
;Fortuneately escape will cancel this endless loop...
Forever [ buy microsoft version: version + 1 ]