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

GetDocumentsScreensDirectory() public static method

public static GetDocumentsScreensDirectory ( ) : string
return string
        public static string GetDocumentsScreensDirectory() {
            return Path.Combine(GetDocumentsDirectory(), "screens");
        }