mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-11 21:44:37 -04:00
Add note
This commit is contained in:
parent
584ac28980
commit
a8770c42bd
@ -320,6 +320,8 @@ size_t fat32::fat32_file_system::write(const std::vector<std::string>& file_path
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//TODO Change the date of the file
|
||||||
|
|
||||||
size_t first = offset;
|
size_t first = offset;
|
||||||
size_t last = offset + count;
|
size_t last = offset + count;
|
||||||
|
|
||||||
@ -397,6 +399,8 @@ size_t fat32::fat32_file_system::truncate(const std::vector<std::string>& file_p
|
|||||||
return std::ERROR_NOT_EXISTS;
|
return std::ERROR_NOT_EXISTS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//TODO Change the date of the file
|
||||||
|
|
||||||
auto parent_cluster_number = cluster_number_search.second;
|
auto parent_cluster_number = cluster_number_search.second;
|
||||||
|
|
||||||
auto cluster_size = 512 * fat_bs->sectors_per_cluster;
|
auto cluster_size = 512 * fat_bs->sectors_per_cluster;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user