$qt
From Scriptwiki
$qt(text)/$noqt(text)
Adds or removes outer enclosing quotes around text. Particularly useful for specifying file names or paths with spaces.
Example
$qt(My text.) returns "My text." $noqt("This is some "text"") returns This is some "text"