The @open application passes paths without quotes, which means that if there are spaces in the file path, the argument parser in C programs treats them as separate arguments. This behavior breaks DGEN. It is necessary to come up with an optimal solution so as not to break programs that do not understand quotes.
The
@open
application passes paths without quotes, which means that if there are spaces in the file path, the argument parser in C programs treats them as separate arguments. This behavior breaksDGEN
. It is necessary to come up with an optimal solution so as not to break programs that do not understand quotes.