public interface Files extends NativeIntegration
Modifier and Type | Method and Description |
---|---|
FileInfo |
stat(java.io.File file)
Returns basic information about the given file.
|
FileInfo stat(java.io.File file) throws NativeException
When the file references a symlink, details about the symlink is returned, not the target of the symlink.
FileInfo.Type.Missing
for a file that does not
exist.NativeException
- On failure.