mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 17:08:00 +02:00
File size querying
This commit is contained in:
parent
f33e65b56d
commit
7f3ab3878f
5 changed files with 18 additions and 0 deletions
|
@ -229,6 +229,11 @@ namespace System.IO
|
|||
return DateTime.FromFileTimeUtc((int64)Platform.BfpFindFileData_GetTime_Access(mFindFileData));
|
||||
}
|
||||
|
||||
public int64 GetFileSize()
|
||||
{
|
||||
return Platform.BfpFindFileData_GetFileSize(mFindFileData);
|
||||
}
|
||||
|
||||
public Platform.BfpFileAttributes GetFileAttributes()
|
||||
{
|
||||
return Platform.BfpFindFileData_GetFileAttributes(mFindFileData);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue