public static bool IsValidFolder (string path);

파라미터

pathThe path to the folder.

반환

bool Returns true if the folder exists.

설명

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

The given path is relative to the project folder.