Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

AssetDatabase.IsValidFolder

public static bool IsValidFolder(string path);

Parameters

pathThe path to the folder.

Returns

bool Returns true if the folder exists.

Description

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

The given path is relative to the project folder.

Did you find this page useful? Please give it a rating: