ASP creating relative directory
Hi,
I am using FileSystemObject to create a new directory, this works fine, but I now need to chnage this to create the directory via the relativepath %UserName%.
This doesn't work I assume because of the "%" character. Is there anyway I can access the Windows variable %UserProfile%. My application does assume Windows btw.
|