PagesExportImport::getExportPath()

Get the path where ZIP exports are stored

Usage

// basic usage
$string = $pagesExportImport->getExportPath();

// usage with all arguments
$string = $pagesExportImport->getExportPath(string $subdir = '');

Arguments

NameType(s)Description
$subdir (optional)string

Specify a subdirectory name if you want it to create it. If it exists, it will create a numbered version of the subdir to ensure it is unique.

Return value

string


PagesExportImport methods and properties

API reference based on ProcessWire core version 3.0.251