× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I've put together a VB script that will move the IFS folder and it's content
to W2003 server. The script works fine on windows but on mapped IFS drive,
it only create the folder. It doesn't delete it from IFS or copy the content
of the folder...any help would be greatly appreciated.

code:

Sub MoveFolderList(folderspec, destination)

'folderspec is the mapped IFS folder
Dim fs, f, f1, s, sf, i, DateDif,
Dim FolderSystem, folderx, folder1, s, subfolderx, i, DateDif

set FolderSystem =CreateObject("Scripting.FileSystemObject")

Set f = fs.GetFolder(folderspec)
Set folderx = FolderSystem.GetFolder(folderspec)

Set sf = f.SubFolders
set subfolderx = folderx.SubFolders

For Each f1 in sf
For each folderx in suboldersx
i = i + 1
DateDif = DateDiff("d",f1.DateLastModified, Now())
if DateDif > 340 then
'check if subfolder already exists

folderx1.move destination

end if

Next




End Sub








As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.