Hi Group,
I am encountering an access error when I try to overwrite a compressed file which I can find no work around.
For instance when trying to change an entry on a compressed file
.z.zd:(17;2;6)
:tcompress set asc 10000000?100; :tcompress set @[get
:tcompress;0;:;1000]`
I encounter an access error on a windows 7 box
ERROR: test. OS reports: Access is denied.
However if I try to append entries on a non compressed file I receive no errors
\x .z.zd
:tfile set asc 10000000?100; .z.zd:(17;2;6):tfile set @[get
:tfile;0;:;1000]`
Equally if I choose a different file name to overwrite then I receive no error
.z.zd:(17;2;6)
:tfile0 set asc 10000000?100; :tfile1 set @[get
:tfile0;0;:;1000]`
Any ideas of how I might work around this?
Kind regards
David