Ghostfilter - "Named Drives" path support
Posted: 25 Aug 2015 05:10
d: "E:\logs" >>> d: "Seagate Wireless Plus (1000):\logs"
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
Code: Select all
$path = ResolveNamedDrivePath("Seagate Wireless Plus (1000):\Temp");
ghost("d: ""$path""", 1);
function ResolveNamedDrivePath($location) {
return get("driveletter", gettoken($location, 1, ":")) . ":\" . gettoken($location, 2, ":\");
}
Code: Select all
%user%\Desktop\*.lnk