what is a convenient way to create a directory when a path like this is given: "serverfooar"
note that the intermediate directories may not exist.
CreateDirectory and mkdir only seem to create the last part of a directory and give an error otherwise.
the platform is windows, MSVC compiler.
thanks!
See Question&Answers more detail:os