Version: 2022.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.