File path: dist/twist/Core/Models/Archive/Native.model.php
Namespace: Twist\Core\Models\Archive
addEmptyDir
— Add an empty folder to the archive resource
Name | Description |
---|---|
$strDirectoryPath | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strDirectoryPath = 'foo';
//Call the function addEmptyDir with the example vars
$resNative = new \Twist\Core\Models\Archive\Native();
$resNative -> addEmptyDir($strDirectoryPath);