Version: 2017.3
public static bool IsValidFolder (string path);

Parámetros

path The path to the folder.

Valor de retorno

bool Returns true if the folder exists.

Descripción

Given a path to a folder, returns true if it exists, false otherwise.

The given path is relative to the project folder.