Server.FileExists(String) Método

Definição

Verifica se o arquivo especificado existe

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

Parâmetros

filePath
String

O caminho do arquivo

Retornos

Um valor booliano que indica se o arquivo especificado existe

Aplica-se a