Linguaggio

Server.FileExists(String) Metodo

Definizione

Verifica se il file specificato esiste

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

Parametri

filePath
String

Percorso del file

Valori restituiti

Valore booleano che indica se il file specificato esiste

Si applica a