G
Guest
How do you convert a path like this:
C:\Program Files
to
C:\PROGRA~1
In .NET? I have a program I have to call via a command line and calling one
of it's parameters I have to give it a file name and path. If that path has a
space in it and I wrap it with quotes, it does not seem to like it.
Thanks,
David
=====================
David McCarter
www.vsdntips.com
C:\Program Files
to
C:\PROGRA~1
In .NET? I have a program I have to call via a command line and calling one
of it's parameters I have to give it a file name and path. If that path has a
space in it and I wrap it with quotes, it does not seem to like it.
Thanks,
David
=====================
David McCarter
www.vsdntips.com