|
Property
|
Description
|
| AspFile | Name of the ASP file that will create ListFiles object (ListFiles.dll) |
| RootFolder | Full path to the folder to be displayed (must not end with a backslash '\') |
| RootVirtualFolder | URL for the folder to be displayed (must not end with a backslash '/') |
| CurrentFolder | Name of the current folder |
| TargetLinks | Value of the TARGET attribute in the A tag |
| ImageOpenFolder | URL for the image file to be associated with the selected folder |
| ImageCloseFolder | URL for the image file to be associated with an unselected folder |
| ImageFiles | URL for the image file to be associated with a file |
| ImageExtPath | Sets the location of the folder where the images (gif icons for files extensions) are to be used by the ListFiles |
| AdvanceView | "On" - display file sizes and dates of last modifications "Off" - do not display file sizes and dates of last modifications |
| Href | "On" - show all files as hyperlinks "Off" - do not show hyperlinks |
| QueryString | You can add additional information to the querystring. The component creates for its own internal use. |
| FPsupport | "On" - display folders whose names begin with a '_' "Off" - do not display folders whose names begin with a '_' |
| CtrlRedirFile | URL for the ASP, ISAPI, CGI, e.t.c to process the URL of the selected
file (Example: http://server.com/scripts/redir.asp) |
| setTableTag | Full description of the TABLE tag. This allows you to customize the table |
| setNameColName | Sets name of the the header of the column that contains files and
folders (AdvanceView must be set to "On") |
| setNameColSize | Sets name of the the header of the column that contains sizes of files
and folders (AdvanceView must be set to "On") |
| setNameColLastMod | Sets name of the the header of the column that contains dates of
last modifications of files and folders (AdvanceView must be set to "On") |
| setDivider | Sets divider between headers of the table and the list of files and
directories (e.g. <HR>) (AdvanceView must be set to "On") |
| Result | Returns an HTML-table |
|
Method
|
Description
|
| MakeDir | This function creates a new directory |
| RenameFile | Use this function to rename a file or directory |
| DelDir | This function removes an empty directory |
| MakeFile | This function creates a new file |
| DelFile | This function erases a file from the harddisk |
| CopFile | Copies a file to a different location |
| GetSystemDir | Returns the full path to the System directory |
| GetWindowsDir | Returns the full path to the Windows directory |
| GetTmpPath | Returns the full path to the TEMP directory |