Question

I am trying to "parse" command line-arguments for when I start my program from a file in Explorer.

The problems seems to be that the Environment.GetCommandLineArgs() method cuts arguments at whitespaces. This means I cannot open files witch contains whitespaces in its filename.

Any ideas on how I can fix this?

Était-ce utile?

La solution

Add quotes around files with whitespace "C:\Some Directory\SomeFile.txt"

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top