folder
folder ( path : string ) : 4D.Folder
| Parameter | Type | Description | |
|---|---|---|---|
| path | string | → | folder path |
| Result | 4D.Folder | ← | New folder object |
Description
The folder command creates and returns a new object of the 4D.Folder type.
In the path parameter, pass a folder filesystem string (e.g., "/DATA").
Qodly expects a path expressed with the POSIX syntax.