I using script to apply folder permission. The script is working fine for applying permission. On the script I just need to key in the complete path of directory.
However I meet challenge where the directory name is using $
. e.g. G:\$Tobe-Review
Mean while on the script:
$PATH = "G:\$Tobe-Review"
The output of course give an error.
How to counter the $
sign for the folder name?