Class AppPathServce
- Namespace
- H.Extensions.AppPath
- Assembly
- H.Extensions.AppPath.dll
系统路径
[Display(Name = "系统路径")]
public class AppPathServce : Lazy<AppPathServce>, IAppPathServce
- Inheritance
-
AppPathServce
- Implements
- Inherited Members
- Extension Methods
Constructors
AppPathServce()
构造函数
public AppPathServce()
Properties
AppName
应用程序名称
public virtual string AppName { get; }
Property Value
AppPath
应用程序路径
public virtual string AppPath { get; }
Property Value
Assets
资源目录
public virtual string Assets { get; }
Property Value
Cache
缓存目录
public virtual string Cache { get; }
Property Value
Company
公司名称
public virtual string Company { get; set; }
Property Value
Component
组件目录
public virtual string Component { get; }
Property Value
Config
配置目录
public virtual string Config { get; }
Property Value
ConfigExtention
配置文件扩展名
public virtual string ConfigExtention { get; set; }
Property Value
Data
数据目录
public virtual string Data { get; }
Property Value
Default
默认目录
public virtual string Default { get; }
Property Value
DefaultProjects
默认项目目录
public virtual string DefaultProjects { get; }
Property Value
Document
文档目录
public virtual string Document { get; set; }
Property Value
License
许可证目录
public virtual string License { get; }
Property Value
Log
日志目录
public virtual string Log { get; }
Property Value
Module
模块目录
public virtual string Module { get; }
Property Value
Project
项目目录
public virtual string Project { get; }
Property Value
RegistryPath
注册表路径
public virtual string RegistryPath { get; }
Property Value
Setting
设置目录
public virtual string Setting { get; }
Property Value
Template
模板目录
public virtual string Template { get; }
Property Value
UserCache
用户缓存目录
public virtual string UserCache { get; }
Property Value
UserData
用户数据目录
public virtual string UserData { get; }
Property Value
UserLicense
用户许可证目录
public virtual string UserLicense { get; }
Property Value
UserLog
用户日志目录
public virtual string UserLog { get; }
Property Value
UserPath
用户路径
public virtual string UserPath { get; }
Property Value
UserProject
用户项目目录
public virtual string UserProject { get; }
Property Value
UserSetting
用户设置目录
public virtual string UserSetting { get; }
Property Value
UserTemplate
用户模板目录
public virtual string UserTemplate { get; }
Property Value
Version
版本目录
public virtual string Version { get; }
Property Value
Methods
CheckFolder(string)
检查文件夹,如果不存在则创建
public void CheckFolder(string folder)
Parameters
folder
string文件夹路径