Changeset 1215 for trunk/eraser6
- Timestamp:
- 9/29/2009 11:57:34 AM (4 years ago)
- Location:
- trunk/eraser6/Eraser.Util.FileSystem
- Files:
-
- 3 edited
-
Fat32Api.cpp (modified) (1 diff)
-
FatApi.cpp (modified) (1 diff)
-
FatApi.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/Eraser.Util.FileSystem/Fat32Api.cpp
r1214 r1215 134 134 135 135 FatDirectory^ currentDirectory = LoadDirectory(cluster, parentDir); 136 cluster = currentDirectory-> GetStartCluster(component);136 cluster = currentDirectory->Items[component]->Cluster; 137 137 parentDir = component; 138 138 } -
trunk/eraser6/Eraser.Util.FileSystem/FatApi.cpp
r1214 r1215 270 270 } 271 271 272 unsigned FatDirectory::GetStartCluster(String^ file)273 {274 return Entries[file]->Cluster;275 }276 277 272 void FatDirectory::ClearDeletedEntries() 278 273 { -
trunk/eraser6/Eraser.Util.FileSystem/FatApi.h
r1214 r1215 194 194 FatDirectory(String^ name, unsigned cluster, FatApi^ api); 195 195 196 /// Gets the start cluster of the requested file within this directory.197 unsigned GetStartCluster(String^ file);198 199 196 /// Compacts the directory structure. 200 197 void ClearDeletedEntries();
Note: See TracChangeset
for help on using the changeset viewer.
