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

GetLocalDataPath() protected method

protected GetLocalDataPath ( ) : IAbsoluteDirectoryPath
return IAbsoluteDirectoryPath
        protected virtual IAbsoluteDirectoryPath GetLocalDataPath()
            => LocalDataRootPath.GetChildDirectoryWithName(Common.AppCommon.ApplicationName);