Submit
Path:
~
/
home
/
getwphos
/
www
/
almajd14
/
wp-content
/
plugins
/
duplicator
/
src
/
Libs
/
DupArchive
/
Info
/
File Content:
DupArchiveExpanderInfo.php
<?php namespace Duplicator\Libs\DupArchive\Info; class DupArchiveExpanderInfo { public $archiveHandle = null; public $currentFileHeader = null; public $destDirectory = null; public $directoryWriteCount = 0; public $fileWriteCount = 0; public $isCompressed = false; public $enableWrite = false; /** * Get dest path * * @return string */ public function getCurrentDestFilePath() { if ($this->destDirectory != null) { return "{$this->destDirectory}/{$this->currentFileHeader->relativePath}"; } else { return null; } } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
DupArchiveExpanderInfo.php
666 bytes
0644
DupArchiveInfo.php
407 bytes
0644
N4ST4R_ID | Naxtarrr