DaLiMan Posted April 26, 2004 Posted April 26, 2004 I want to open a file in the following path: C:\Program Files\folder\filename But when I try to open it Windows says can't find: C:\Program Which means the space between Program and Files is not seen as such. Is there a way to tell it this is one name / Folder?
Marc Posted April 26, 2004 Posted April 26, 2004 Try to put the path name into " so the system treats it as one parameter. Without the Quotes (") every space separates parameters. Any of my own codes posted on the forum are free for use by others without any restriction of any kind. (WTFPL)
Somerset Posted April 26, 2004 Posted April 26, 2004 long file path name ""C:\Program Files\folder\filename"" or short file path name "c:\progra~1\folder\filename"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now