When running an application in debug mode, the default value for useFilePresentationSystem should take the application type into account.
The common scenario is that the useFilePresentationSystem property is not explicitly set when performing file/folder operations, and this is fine when the application runs as a background process. However, when that same application is started in ...