Page 1 of 1

Ghostfilter - "Named Drives" path support

Posted: 25 Aug 2015 05:10
by konfuzius
d: "E:\logs" >>> d: "Seagate Wireless Plus (1000):\logs"

Re: Ghostfilter - "Named Drives" path support

Posted: 25 Aug 2015 08:56
by highend
If this doesn't get implemented, it could at least be scripted...

E.g.:

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, ":\");
}

Re: Ghostfilter - "Named Drives" path support

Posted: 26 Aug 2015 12:40
by admin
It got implemented this morning. :)

Re: Ghostfilter - "Named Drives" path support

Posted: 26 Aug 2015 14:38
by yusef88
can i hide all .lnk extension on desktop?
=====
update:yes, i can :o but why it doesn't accept variables?

Code: Select all

%user%\Desktop\*.lnk