C# Class ModernizedAlice.ArtOfWords.BizCommon.Util.CommonDirectoryUtil

共通DirectoryのためのUtil
Exibir arquivo Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Methods

Method Description
GetAdsDirectoryPath ( ) : string

AdsDirectoryのためのパスを取得する

GetCommonProgramDataAppliPath ( ) : string

共通ProgramDataのアプリケーションPathを取得

GetCommonProgramDataVendorPath ( ) : string

共通ProgramDataのヴェンダーPathを取得

Method Details

GetAdsDirectoryPath() public static method

AdsDirectoryのためのパスを取得する
public static GetAdsDirectoryPath ( ) : string
return string

GetCommonProgramDataAppliPath() public static method

共通ProgramDataのアプリケーションPathを取得
public static GetCommonProgramDataAppliPath ( ) : string
return string

GetCommonProgramDataVendorPath() public static method

共通ProgramDataのヴェンダーPathを取得
public static GetCommonProgramDataVendorPath ( ) : string
return string