withSIX.Core.PathConfiguration.GetMyDocumentsPath C# (CSharp) Méthode

GetMyDocumentsPath() protected méthode

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