Macro Definitions |
$(FilePath)
The complete drive+path+filename of the active document. If a non-document window is active, the entry will be blank.
$(FileDir)
The drive+path of the active document. If a non-document window is active, the entry will be blank.
$(FileName)
The filename of the active document. If a non-document window is active, the entry will be blank.
$(FileTitle)
The file title of the active document. This is the filename without the file extension. If a non-document window is active, the entry will be blank.
$(FilePathTitle)
The file path title of the active document. This is the drive+path+filename without the file extension. If a non-document window is active, the entry will be blank.
$(FileExt)
The filename extension of the active document.
$(CurLine)
The current cursor line position in the active window.
$(CurCol)
The current cursor column position within the active window.
$(CurText)
The currently selected (highlighted) text in the active window.
$(CurDir)
The current working directory (drive+path).