Uses of Class
com.jniwrapper.win32.io.FileSystem.FileAttributes

Packages that use FileSystem.FileAttributes
com.jniwrapper.win32.io The com.jniwrapper.win32.io package contains classes, which provide you with file system related functionality. 
 

Uses of FileSystem.FileAttributes in com.jniwrapper.win32.io
 

Methods in com.jniwrapper.win32.io that return FileSystem.FileAttributes
static FileSystem.FileAttributes FileSystem.getFileAttributes(java.io.File file)
          Retrieves FileSystem.FileAttributes from the specified file.
static FileSystem.FileAttributes FileSystem.getFileAttributes(java.lang.String fileName)
          Retrieves FileSystem.FileAttributes from the file specified by fileName.
 

Methods in com.jniwrapper.win32.io with parameters of type FileSystem.FileAttributes
static boolean FileSystem.setFileAttributes(java.io.File file, FileSystem.FileAttributes attributes)
          Sets attributes for the specified file.
static boolean FileSystem.setFileAttributes(java.lang.String fileName, FileSystem.FileAttributes attributes)
          Sets attributes for the specified file.