* Generates the metadata file path for a given folder. * * @param string $folder * @return string */
($folder)
| 363 | * @return string |
| 364 | */ |
| 365 | private static function getMetadataFilePath($folder) |
| 366 | { |
| 367 | return self::getMetadataFilePathForRoot(self::metaRoot(), (string)$folder); |
| 368 | } |
| 369 | |
| 370 | /** |
| 371 | * Generates a unique file name if a file with the same name exists in the destination directory. |
no test coverage detected