C# Class Dev2.Scheduler.DirectoryHelper

Inheritance: IDirectoryHelper
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
CreateIfNotExists ( string debugOutputPath ) : string
GetFiles ( string path ) : string[]

Method Details

CreateIfNotExists() public method

public CreateIfNotExists ( string debugOutputPath ) : string
debugOutputPath string
return string

GetFiles() public method

public GetFiles ( string path ) : string[]
path string
return string[]