mirror of
https://github.com/godotengine/godot.git
synced 2024-12-15 10:12:40 +08:00
Merge pull request #39111 from nathanfranke/directory_remove_print
Remove "erasing" print from Directory.remove (Windows)
This commit is contained in:
commit
1455776958
@ -286,10 +286,6 @@ Error DirAccessWindows::remove(String p_path) {
|
|||||||
|
|
||||||
p_path = fix_path(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;
|
DWORD fileAttr;
|
||||||
|
|
||||||
fileAttr = GetFileAttributesW(p_path.c_str());
|
fileAttr = GetFileAttributesW(p_path.c_str());
|
||||||
|
Loading…
Reference in New Issue
Block a user