CSL.SettingsHandler.GetDownloadFolder C# (CSharp) Method

GetDownloadFolder() public static method

public static GetDownloadFolder ( ) : string
return string
        public static string GetDownloadFolder()
        {
            return settings.DownloadFolder;
        }