issues
search
winseros
/
pboman3
The GUI tool to work with ArmA PBO files.
GNU Affero General Public License v3.0
110
stars
15
forks
source link
"File->Open" opens previous file after file has been updated
#21
Closed
winseros
closed
2 years ago
winseros
commented
2 years ago
Have a
pbo
with a text file
file1.txt
.
Open the
file1.txt
notice its contents.
Replace the
file1.txt
with another file with another content.
Open the
file1.txt
. Notice the
file1.txt
content is from the original file. While the expected result is the
file1.txt
having the new content.
pbo
with a text filefile1.txt
.file1.txt
notice its contents.file1.txt
with another file with another content.file1.txt
. Notice thefile1.txt
content is from the original file. While the expected result is thefile1.txt
having the new content.