withSIX.Core.PathConfiguration.GetMyDocumentsPath C# (CSharp) 메소드

GetMyDocumentsPath() 보호된 메소드

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