{
$files = glob ( myBatchBase::getBatchwatchPath() . "/*");
$archive_file = $archive_path = str_replace( "content/entry" , "archive" , $data_dir );
$archive_files = glob ( $archive_path . "/{$entry_id}.*" );
$files = glob(myContentStorage::getFSUploadsPath().$token."*");
$indicators = glob ( $path . "/*" . self::INDICATOR_SUFFIX );
$wildcardFinalPath = $finalPathNoExt."*";
$older_files = glob($wildcardFinalPath);