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

[REBOL] Re: Strange behavior for dirs and files

From: antonr:iinet:au at: 23-Feb-2003 14:03

Gregg is right, dir? needs to be able to find the path from wherever the current directory is. In this situation I usually just use foreach file read %. [if slash = last file [print file]] Anton.