paramstr

How Can I Handle Parameters With Spaces in Delphi?

My program accepts input file names either as command line parameters or in a drag and drop operation or in Explorer by clicking on filenames with an extension that is associated with my program. The command line and drag and drop work fine, but it is clicking on the filenames in Explorer that causes problems when the filepaths of the ...