Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    Si può scoprire se una cartella nel server esiste?

    Ragazzi è possibile sapere se una cartella 'miacartella' esiste nel server ? thanx
    Where there is a will, there is a way

  2. #2
    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

  3. #3
    grazie
    Where there is a will, there is a way

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.