Originariamente inviato da tas
Per la risposta 1: intendo l'ultimo giorno del mese o l'ultimo giorno dell'ultima settimana intera?
Risposta 2: usa Microsoft Scripting Runtime:
codice:
Dim fso As New FileSystemObject

If fso.FolderExists("c:\pippo") Then
    '...
End If

If fso.FileExists("c:\pippo\pippo.txt") Then
    '...
End If
spero di nn andare in OT, cmq volevo chiedere se il FileSystemObject è compatibile con tutti i sistemi microsoft,
tipo win2003 server, win2000, winxp,win98,win95 ...
fammi sapere tas,