cleantomic
-
Total Posts
:
1
- Scores: 0
-
Reward points
:
0
- Joined: 12/23/2010
-
Status: offline
|
Special characters in filenames for File System Object
Thursday, December 23, 2010 8:42 AM
( permalink)
When I try to retieve a file with a special character in it's file name the following code returns it cannot find the file. my script works fine with file names without special characters. set f=fs.GetFile(server.mappath("../xml/" & Request.QueryString("cn") & ".xml")) How can I resolve this issue?
|
|
|
|
webber123456
-
Total Posts
:
58
- Scores: 0
-
Reward points
:
0
- Joined: 9/20/2007
-
Status: offline
|
Re:Special characters in filenames for File System Object
Friday, January 28, 2011 7:09 PM
( permalink)
if the querystring is encoded you will have to decode it
|
|
|
|