sneckelmann
New Member
- Messages
- 19
- Reaction score
- 0
- Points
- 0
I'm getting an error
when I run the coding
strFileName obviously holds "N164RJ TXKF-LFTH.kml".
The file causing the error is Default.aspx & I've set permissions 755.
Can anyone tell me what I'm doing wrong?
Access to the path "/home/neckelma/www/maps/N164RJ TXKF-LFTH.kml" is denied.
when I run the coding
Code:
Return XmlTextWriter.Create("/home/neckelma/www/maps/" & strFileName, xmlSettings)
strFileName obviously holds "N164RJ TXKF-LFTH.kml".
The file causing the error is Default.aspx & I've set permissions 755.
Can anyone tell me what I'm doing wrong?