Get a crlf delimited list of folders in a given path. Each row is a tab delimited list of attributes for each folder. The attributes are: Name Attributes DateCreated DateLastAccessed DateLastModified Type
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustOverride Function folderList( _ ByVal folderName As String _ ) As String |
| C# |
|---|
| public abstract string folderList( string folderName ) |
| C++ |
|---|
| public: String folderList( String folderName ) abstract |
| J# |
|---|
| public abstract string folderList( string folderName ) |
| JScript |
|---|
| public abstract
function folderList( folderName : String ) : String |
Parameters
- folderName