When using Boost Filesystem\'s createdirectory (and createdirectories) function in the following example, \"/\" is being replaced with \"\\\".
I\'m trying to use boost::filesystem to copy files and folders (just like a standard copy a folder and paste it in windows explorer).