AcTools.Utils.FileUtils.GetKunosCareerProgressFilename C# (CSharp) Méthode

GetKunosCareerProgressFilename() public static méthode

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