Path path = getPath(name);
Tracer trace = Trace.trace("filesystem - fileModified", Trace.param("path", path));
try {
return _fileSystem.getFileStatus(path).getModificationTime();
} finally {
trace.done();
}
}
@Override
public void copy(Directory to, String src, String dest, IOContext context) throws IOException {