AssemblyCSharp.Paths.GetDownloadFolder C# (CSharp) Méthode

GetDownloadFolder() public static méthode

public static GetDownloadFolder ( ) : string
Résultat string
        public static string GetDownloadFolder()
        {
            var path = Path.Combine(GetCacheAssetsPath(), ResourcePaths.DOWNLOAD_PATH);
            FileHelper.CreateNonExistentDirectory(path);
            return path;
        }