Targets configuration
{
# Scan `C:\target1` and display it as `\\server\share\dir`
\\server\share\dir: C:\target1
# Scan `C:\target2` and display it as `C:\local\dir`
"C:\\local\\dir": C:\target2
# Scan `C:\` and display it as `D:\`
"D:\\": C:\
}Last updated

