Page 1 of 1

Network path in scripting

Posted: 07 Apr 2013 04:51
by binocular222
I tried exploring network paths using scripts but these not works:

Code: Select all

::text listfolder("%net%\vn-han3941\")
::text listfolder("%net%")
::goto %net%\vn-han3941\
while this works

Code: Select all

::goto %net%
Anyone knows how to list all itmes in a network folder?
Thanks

Re: Network path in scripting

Posted: 15 Apr 2013 11:31
by admin
Not officially supported.

Anyway, in the next version these will work (experimentally):
::text listfolder("\\YourServer")
::text listfolder("%net%")