C# Class Dev2.InterfaceImplementors.FileSystemQuery

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

Public Methods

Method Description
QueryList ( string searchPath ) : void

Private Methods

Method Description
FindNetworkComputers ( ) : List
GetAllFilesAndFolders ( string searchPath, List queryCollection, char directorySeparatorChar ) : List
GetComputerNamesOnNetwork ( string searchPath, List queryCollection ) : List
GetFilesAndFoldersFromDrive ( string searchPath, List queryCollection, char directorySeparatorChar ) : List
GetFilesAndFoldersIncludingNetwork ( string searchPath, List queryCollection, char directorySeparatorChar ) : List
GetFilesListing ( string searchPath, char directorySeparatorChar, List queryCollection ) : List
GetFoldersAndFiles ( string searchPath, List queryCollection, char directorySeparatorChar ) : List
GetServerFolderShare ( string sInPath, string &sServerFolderShare ) : bool
GetServerNameFromInput ( string searchPath, List &queryCollection, string &sFileServer ) : bool
GetSharesInformationFromSpecifiedServer ( string sFileServer, List queryCollection ) : void
SearchForFileAndFolders ( string searchPath, List queryCollection, char directorySeparatorChar ) : List

Method Details

QueryList() public method

public QueryList ( string searchPath ) : void
searchPath string
return void