Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
Curfile Macro
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Curfile («curfile»)
 
     The Curfile macro types the full path of the current file. This
     macro is redefined each time you switch to a new file.
 
     Definition
 
     curfile := "<pathname>"
 
     Example
 
     The following macro copies the full path of the current file to
     the clipboard for later use:
 
     Path2clip := Arg Curfile Copy
 
     See
 
     Arg, Copy, Curdate, Curday, Curfile, Curfilenam, Curfileext,
     Curtime
                                    -♦-