Method GetContentStateDataPath
GetContentStateDataPath(bool)
Gets the path of the cache data from a selected build.
선언
public static string GetContentStateDataPath(bool browse)
파라미터
타입 | 이름 | 설명 |
---|---|---|
bool | browse | If true, the user is allowed to browse for a specific file. |
반환
타입 | 설명 |
---|---|
string | The path of the previous state .bin file used to detect changes from the previous build to the content update build. |