Linguaggio

Server.ParentDirectoryExists(String) Metodo

Definizione

Verifica se la directory padre del file specificato esiste

public bool ParentDirectoryExists(string filePath);
member this.ParentDirectoryExists : string -> bool
Public Function ParentDirectoryExists (filePath As String) As Boolean

Parametri

filePath
String

Percorso del file

Valori restituiti

Valore booleano che indica se la directory padre del file specificato esiste

Si applica a