Compare commits
1 Commits
5c4851e586
...
eec230df6c
Author | SHA1 | Date | |
---|---|---|---|
eec230df6c |
@@ -88,7 +88,7 @@ namespace hgl
|
|||||||
fi.size <<= 32;
|
fi.size <<= 32;
|
||||||
fi.size |= FindFileData.nFileSizeLow;
|
fi.size |= FindFileData.nFileSizeLow;
|
||||||
|
|
||||||
fi.is_hiddle=FindFileData.dwFileAttributes&FILE_ATTRIBUTE_HIDDEN;
|
fi.is_hidden=FindFileData.dwFileAttributes&FILE_ATTRIBUTE_HIDDEN;
|
||||||
|
|
||||||
fi.can_read =true;
|
fi.can_read =true;
|
||||||
fi.can_write=!(FindFileData.dwFileAttributes&FILE_ATTRIBUTE_READONLY);
|
fi.can_write=!(FindFileData.dwFileAttributes&FILE_ATTRIBUTE_READONLY);
|
||||||
|
@@ -6,7 +6,7 @@ namespace hgl
|
|||||||
{
|
{
|
||||||
namespace filesystem
|
namespace filesystem
|
||||||
{
|
{
|
||||||
bool GetOSLibararyPath(OSString &result)
|
bool GetOSLibraryPath(OSString &result)
|
||||||
{
|
{
|
||||||
wchar_t dllfn[MAX_PATH];
|
wchar_t dllfn[MAX_PATH];
|
||||||
UINT size;
|
UINT size;
|
||||||
|
Reference in New Issue
Block a user