LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

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.