You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
@@ -286,10 +286,6 @@ Error DirAccessWindows::remove(String p_path) {
|
||||
|
||||
p_path = fix_path(p_path);
|
||||
|
||||
printf("erasing %s\n", p_path.utf8().get_data());
|
||||
//WIN32_FILE_ATTRIBUTE_DATA fileInfo;
|
||||
//DWORD fileAttr = GetFileAttributesExW(p_path.c_str(), GetFileExInfoStandard, &fileInfo);
|
||||
|
||||
DWORD fileAttr;
|
||||
|
||||
fileAttr = GetFileAttributesW(p_path.c_str());
|
||||
|
||||
Reference in New Issue
Block a user