AcTools.Utils.FileUtils.GetKunosCareerProgressFilename C# (CSharp) Method

GetKunosCareerProgressFilename() public static method

public static GetKunosCareerProgressFilename ( ) : string
return string
        public static string GetKunosCareerProgressFilename() {
            return Path.Combine(GetDocumentsDirectory(), "launcherdata", "filestore", "career.ini");
        }