I'm using CGI.pm to develop an app that will allow users to upload images to a Windows/IIS server. It's all working except for one thing: To save the files I need to have a real path, but all I have is an IIS virtual directory, such as /images/
(P.S. I know about path_translated(), but this only works on the path in the HTTP request, I believe. The virtual directory I want to translate is not in the request.)