I understand that - what I am saying is the app requires a physical file path (e.g.: e:\sandbox) in code, and when I try to refer to it, it says the location is invalid - the path is correct, and the virtual location (/assets) works fine. In order for this app to write files to the filesystem, it needs a physical path, hence the question.
Main Topics
Browse All Topics





by: Jones911Posted on 2009-01-12 at 15:05:37ID: 23358505
e:\sanbox is a physical location
/assets is a virtual location.
Perhaps provide some code for a better explanation.