[1.1.36.01] FileCreateDir errors, Code 5 Topic is solved

Report problems with documented functionality
pumilamac
Posts: 4
Joined: 07 Sep 2017, 14:23

[1.1.36.01] FileCreateDir errors, Code 5

Post by pumilamac » 06 Dec 2022, 18:25

Using version 1.1.36.01 I am getting a Code 5 error when using FileCreateDir on a network drive.I get this same error if there is a \ at the end of the path or not. This code was working previously (it's not new code).

The same code when using version 1.1.36.00 was showing error Code 161. I have an EXE I made earlier with an older version and it works as expected.

Using FileCreateDir on my desktop works. FileAppend also works.

Code: Select all

FileCreateDir, \\NETSERVER\Directory1\Directory2\Directory3\NewDirectory\
if ErrorLevel
    MsgBox, FileCreateDir error, A_LastError %A_LastError%, \\NETSERVER\Directory1\Directory2\Directory3\NewDirectory\
It looks similar to this recent issue, viewtopic.php?f=14&t=110775

Thank you

lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: [1.1.36.01] FileCreateDir errors, Code 5

Post by lexikos » 06 Dec 2022, 20:18

This is the same as viewtopic.php?f=14&t=111200

It is caused by a bad bugfix for the issue you mentioned.

lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: [1.1.36.01] FileCreateDir errors, Code 5  Topic is solved

Post by lexikos » 07 Dec 2022, 16:07

Fixed by v1.1.36.02.

pumilamac
Posts: 4
Joined: 07 Sep 2017, 14:23

Re: [1.1.36.01] FileCreateDir errors, Code 5

Post by pumilamac » 07 Dec 2022, 18:11

Thank you!

Post Reply

Return to “Bug Reports”