Key Code | Description |
% | File name with extension, but without path specification (PROJECT1.UVPROJ) |
# | File name with complete path specification (C:\MYPROJECT\PROJECT1.UVPROJ) |
@ | File name without extension and path specification (PROJECT1) |
$ | Folder name of the file specified in the file code (C:\MYPROJECT) |
! | File name with relative path specification to the current folder (SRC\TEST.C) |
~ 1 | Line number of current cursor position |
^ 1 | Column number of current cursor position |