Package javatapas.io
Class GetFileAttributes
java.lang.Object
javatapas.io.GetFileAttributes
public class GetFileAttributes extends Object
Get the attributes of a file using Java NIO.
Published at https://www.javatapas.com/io/Java-Get-File-Attributes.html
Javadoc at https://www.javatapas.com/docs/javatapas/io/GetFileAttributes.html
Published at https://www.javatapas.com/io/Java-Get-File-Attributes.html
Javadoc at https://www.javatapas.com/docs/javatapas/io/GetFileAttributes.html
- Version:
- 2021-05-23
- Author:
- Kodiak Brown
-
Constructor Summary
Constructors Constructor Description GetFileAttributes()
-
Method Summary
Modifier and Type Method Description static void
getFileAttributes(Path path)
-
Constructor Details
-
GetFileAttributes
public GetFileAttributes()
-
-
Method Details
-
getFileAttributes
- Parameters:
path
- The source file.- Throws:
IOException
-