How to expand command-line arguments when debugging in Visual Studio? -
Before extending *
to the Visual Studio file name (and directory name) Is there any way to implement the debugger? When I write, for example, *. In the form of a command line argument, only one entry (
"* .txt"
) in args []
variable, an entry for each mail file Instead, do I have to write my own code to this extension?
If you view Visual Studio such as:
Comments
Post a Comment