Ragazzi è possibile sapere se una cartella 'miacartella' esiste nel server ? thanx
Ragazzi è possibile sapere se una cartella 'miacartella' esiste nel server ? thanx
Where there is a will, there is a way
Puoi usare la proprità FolderExist dell'oggetto FileSystemObject...
codice:Dim objFSO Set objFSO = Server.CreateObject("Scripting.FileSistemObject") If objFSO.FolderExist(Server.MapPath("Cartella")) then ... End If
Siti web Gallery: creazione siti web firenze