Initializes a new instance of the FileAttributes class

Namespace: BasicCard.BasicCards.Components
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public FileAttributes(
	int ACRCID,
	bool directory,
	int blocklen
)
Visual Basic
Public Sub New ( 
	ACRCID As Integer,
	directory As Boolean,
	blocklen As Integer
)
Visual C++
public:
FileAttributes(
	int ACRCID, 
	bool directory, 
	int blocklen
)
F#
new : 
        ACRCID : int * 
        directory : bool * 
        blocklen : int -> FileAttributes

Parameters

ACRCID
Type: System..::..Int32
CID of ACR
directory
Type: System..::..Boolean
true for directory, false for file
blocklen
Type: System..::..Int32
block length of allocation block

See Also