I have the following string:
"C:\Program Files\Application\Path\executable.exe" -- "/flag"
I am trying to split the string so that I get:
array(0) = C:\Program Files\Application\Path\executable.exe
I don't care about the rest of the array since I am just concerned about the file path not the args.