erdomke / InnovatorAdmin

A tool for managing Aras Innovator installations focusing on improving the import/export experience.
http://erdomke.github.io/InnovatorAdmin/
MIT License
58 stars 42 forks source link

Package creation: avoid filenames starting with a space #233

Closed fpetiot closed 9 months ago

fpetiot commented 1 year ago

It can happen that packages created by IA (of type multifiles) contain files starting by a blank space. When manipulating those packages (copy/paste in windows), Windows renames those files and remove the space, which makes the package corrupted: image

IA should not create files starting by a space character

fpetiot commented 9 months ago

fixed in recent updates - closing