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.

Reply via email to