Files Collection methods act on the file system of a DataWeb Application. These methods must be called from a Folder object instance. The methods apply to the files in the folder represented by the calling Folder object instance.
Files Collection
Methods
add |
Adds a file to the file system hierarchy and returns an associated File object instance.
|
contains |
Checks to see if a specified file exists in the file system hierarchy.
|
fetch |
Returns a File object instance for a specified file.
|
getNames |
Returns an Array object containing the names of the files within a specified folder.
|
getObjects |
Returns an Array object containing File objects corresponding to the files within a specified folder.
|
remove |
Removes a file from the file system hierarchy.
|
|
|