429430431432433434435436437438439
long atime = 0; long mtime = 0; String fileName = localFile.getName(); LocalFile lf = tskCase.addLocalFile(fileName, localFile.getAbsolutePath(), size, ctime, crtime, atime, mtime, isFile, parentFile, trans); return lf; }