Re: DirectoryWalk a Remote Server?

2008-02-20 Thread Mark Smith
Scott, this function may be helpful. I've not tried it on a remote server... function getDWShell pFolder if the platform is "Win32" then set the hideconsolewindows to true replace "/" with "\" in pFolder put shell("dir /s/b/a:-d-h" && q(pFolder)) into tFiles replace "\" with "/" in

Re: DirectoryWalk a Remote Server?

2008-02-20 Thread Chipp Walters
You can access the stack in msg: go URL "http://www.gadgetplugins.com/altplugins/revAltFileMgr.rev"; on second look, it appears to use the defaultfolder...sorry. But the idea is do a directory listing via shell, which, IMO, should work. ___ use-revolutio

Re: DirectoryWalk a Remote Server?

2008-02-20 Thread Chipp Walters
Hey Scott, This is Mac only. Don't know if this will helpbut it does demonstrate manually walking through directories (I think) on a Unix based machine (MacOSX). I don't have my Mac w/me, but you may be able to cobble something together based upon some of the code here: altFileMgr http://www

DirectoryWalk a Remote Server?

2008-02-20 Thread Scott Rossi
Hello List: Has anyone created a routine to conduct a recursive directory listing of a remote server? I don't believe the old directoryWalk script in the archives can be used as it relies on setting the directory property. Thanks & Regards, Scott Rossi Creative Director Tactile Media, Multimedi