All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.starla.lite.SMBFileAttribute

java.lang.Object
   |
   +----com.starla.lite.SMBFileAttribute

public final class SMBFileAttribute
extends Object
SMB file attribute class.

Defines various bit masks that may be returned in an SMBFileInfo object, that is returned by the SMBDiskSession.getFileInformation () method.

The values are also used by the SMBDiskSession.StartSearch () method to determine the file/directory types that are returned.


Variable Index

 o Archive
File has been archived/backed up
 o Directory
Directory
 o Hidden
File is hidden
 o Normal
Normal file type
 o ReadOnly
File is read-only
 o System
File is a system special file
 o Volume
Volume label

Constructor Index

 o SMBFileAttribute()

Variables

 o Normal
 public static final int Normal
Normal file type

 o ReadOnly
 public static final int ReadOnly
File is read-only

 o Hidden
 public static final int Hidden
File is hidden

 o System
 public static final int System
File is a system special file

 o Volume
 public static final int Volume
Volume label

 o Directory
 public static final int Directory
Directory

 o Archive
 public static final int Archive
File has been archived/backed up

Constructors

 o SMBFileAttribute
 public SMBFileAttribute()

All Packages  Class Hierarchy  This Package  Previous  Next  Index