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

[REBOL] Creating an absolute path filename via join on directory and filename Re

From: allen:rebolforces at: 29-Aug-2000 9:15

There is a new function in core 2.3 which makes thing easier when dealing with dirs that may not have "/" on the end ? dirize USAGE: DIRIZE path DESCRIPTION: Returns a copy of the path turned into a directory. DIRIZE is a function value. ARGUMENTS: path -- (Type: file string url) e.g. foo: read dirize %Examples Cheers, Allen K