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

[REBOL] Re: pwd cd ls - anyone ??

From: atruter:hih:au at: 22-Apr-2002 12:14

>I made some trivial additions to my user.r file >pwd: :what-dir >cd: :change-dir >ls: :list-dir
Some more trivial additions for you: mv: :rename rm: :delete vi: :editor cp: func [from to] [write/binary to read/binary from] Note that 'cp is already used by REBOL. Seems to be the same as 'copy and I haven't found any places where 'cp is used instead of 'copy . . . but you never know!? ;) Regards, Ashley