Hi, i figured out many times errors when the foldernames including an space. So try to prevent \\network-drive-location\department*thisSpace*folder\config.xml and try \\network-drive-location\departmentfolder\config.xml instead.
greets --- In [email protected], "sdl1326" <azsl1326-em...@...> wrote: > > > I have created an AIR application that accesses files on the network > drive. Each machine that is running the AIR app may have a different > letter/drive mapped to the network drive. Therefore, in order to > alleviate drive mapping issues, I wanted to simply use the absolute > network path to the file(s), i.e. > > > > > \\network-drive-location\department folder\config.xml > > > > > However, that doesn't seem to work as it consistently throws an error. > Is is possible to load files using this type of path or do I need to > have a letter associated with the path, i.e. > > > > > N:\network-drive-location\department folder\config.xml > > > > > > > Thanks for the assistance. >

