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 d9e0ba8 commit e06d84fCopy full SHA for e06d84f
src/mingwX64Main/kotlin/File.kt
@@ -68,7 +68,7 @@ actual class File actual constructor(pathname: String) {
68
throw IllegalFileAccess(pathname, "Directory not accessible for write operations")
69
}
70
71
- return SHCreateDirectoryExA(null, getAbsolutePath(), null) == ERROR_SUCCESS
+ return SHCreateDirectoryExA(null, pathname, null) == ERROR_SUCCESS
72
73
74
actual fun mkdirs(): Boolean {
0 commit comments