mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-12 22:26:13 -04:00
Add support for long paths in Windows 10+
This commit is contained in:
parent
031bd4f734
commit
b6cdc9f484
14 changed files with 108 additions and 51 deletions
|
@ -14,15 +14,14 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#ifndef FILESYSTEM_H
|
||||
#define FILESYSTEM_H
|
||||
|
||||
#include "basetypes.h"
|
||||
#include "ustring.h"
|
||||
#include "ubytearray.h"
|
||||
|
||||
bool isExistOnFs(const UString& path);
|
||||
bool makeDirectory(const UString& dir);
|
||||
bool changeDirectory(const UString& dir);
|
||||
void removeDirectory(const UString& dir);
|
||||
bool removeDirectory(const UString& dir);
|
||||
bool readFileIntoBuffer(const UString& inPath, UByteArray& buf);
|
||||
UString getAbsPath(const UString& path);
|
||||
USTATUS readFileIntoBuffer(const UString& inPath, UByteArray& buf);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue