Property | Type | Description | |
---|---|---|---|
DirectorySector | uint | ||
DirectorySectorIndex | uint | ||
FirstCluster | uint | ||
IsValid | bool |
Method | Description | |
---|---|---|
FatFileLocation ( ) |
Initializes a new instance of the FatFileLocation class.
|
|
FatFileLocation ( uint startCluster, uint directorySector, uint directoryIndex, bool directory ) |
Initializes a new instance of the FatFileLocation class.
|
public FatFileLocation ( uint startCluster, uint directorySector, uint directoryIndex, bool directory ) | ||
startCluster | uint | The start cluster. |
directorySector | uint | The directory sector. |
directoryIndex | uint | Index of the directory. |
directory | bool | if set to |