質問

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?

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top