$at→getFilesPath()
Get main files path for AgentTools assets
Usage
// basic usage
$string = $at->getFilesPath();
// usage with all arguments
$string = $at->getFilesPath(string $subdir = '');Arguments
| Name | Type(s) | Description |
|---|---|---|
$subdir (optional) | string | Optional subdirectory to get/create |
Return value
string
API reference based on ProcessWire core version 3.0.261