withSIX.Core.PathConfiguration.GetMyDocumentsPath C# (CSharp) Method

GetMyDocumentsPath() protected method

protected GetMyDocumentsPath ( ) : IAbsoluteDirectoryPath
return IAbsoluteDirectoryPath
        protected virtual IAbsoluteDirectoryPath GetMyDocumentsPath()
            => GetFolderPath(EnvironmentSpecial.SpecialFolder.MyDocuments).ToAbsoluteDirectoryPath();