Bug #33 "undefinedfilename error on Windows if file path contains spaces" it caused by primitive splitting of parameter string (istringstream)
To avoid this issue without creating nor using 3rd party complex code I have added array based API - client should split parameters by themselves.
Bug #33 "undefinedfilename error on Windows if file path contains spaces" it caused by primitive splitting of parameter string (istringstream) To avoid this issue without creating nor using 3rd party complex code I have added array based API - client should split parameters by themselves.