04-22-2017, 08:41 PM
Hi !
I'm having an issue with writing files on network drives. Sometimes it works, sometimes not.
For example :
str a="Random Text"
a.setfile("Y:\test.txt" -1 -1 -1)
Where Y: is a shared network folder.
As i said, sometimes it's OK, but sometimes there is this error on qm output :
cannot open or create file: The remote server or share does not support transacted file operations. (0x1A95).
Can you help me ? Thanks :-)
I'm having an issue with writing files on network drives. Sometimes it works, sometimes not.
For example :
str a="Random Text"
a.setfile("Y:\test.txt" -1 -1 -1)
Where Y: is a shared network folder.
As i said, sometimes it's OK, but sometimes there is this error on qm output :
cannot open or create file: The remote server or share does not support transacted file operations. (0x1A95).
Can you help me ? Thanks :-)