I would like to symlink some folders
[files]
DocFlipper:Library/Application Support/DocFlipper
Which effectively symlinks DocFlipper to ~/Library/Application.
Typical ways of escaping / building paths do not work
\ Results in the same as the above example
* is interpreted literally
" encapsulation breaks file parsing
I would like to symlink some folders
Which effectively symlinks
DocFlipperto~/Library/Application.Typical ways of escaping / building paths do not work
\Results in the same as the above example*is interpreted literally"encapsulation breaks file parsing