Version: 2023.1
言語: 日本語
public static bool IsPathVersioned (string path);

パラメーター

path Path to the file.

戻り値

bool true if the file should be tracked by VCS. false otherwise.

説明

Allows you to check whether the specified file is tracked by version control.

For example, files in your Assets folder are usually tracked, while files in your Library folder are not.