arpadboda commented on a change in pull request #522: MINIFICPP-786 - GetFile
processor doesn't seem to work with default c…
URL: https://github.com/apache/nifi-minifi-cpp/pull/522#discussion_r268620648
##########
File path: libminifi/include/utils/file/FileUtils.h
##########
@@ -80,6 +80,16 @@ class FileUtils {
* @param path current path to delete
* @param delete_files_recursively deletes recursively
*/
+
+ static char get_separator()
+ {
+#ifdef _WIN32
Review comment:
Just copied from a code of mine, aligned to the file, thanks!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services