General Introduction
Features
Settings
Email system
Date and Time
URL rewrite
Special constants
Special variables
Complex logic in filter
DirectoryExists
bool CBXVirtualIo::DirectoryExists( string $path );
The method checks if a specified folder exists. Receives absolute path on input. Non-static method.
Parameters
Parameter | Description |
---|---|
path | Path |
Example
echo $io->DirectoryExists($io->RelativeToAbsolutePath("/folder1/folder2"));
© «Bitrix24», 2001-2023
Up