We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3bff14 commit 1cdcef1Copy full SHA for 1cdcef1
CSharp.lua/CoreSystem.Lua/CoreSystem/IO/File.lua
@@ -70,7 +70,7 @@ define("System.IO.File", {
70
end
71
return System.arrayFromTable(t, System.String)
72
end,
73
- WriteWriteAllBytes = function (path, contents)
+ WriteAllBytes = function (path, contents)
74
writeAll(path, contents, "wb")
75
76
WriteAllText = function (path, contents)
@@ -100,4 +100,4 @@ define("System.IO.File", {
100
101
})
102
103
-end
+end
0 commit comments