Hello VBforums, I was googling / searching the forums for this type of code.
I want to be able create a folder within my application folder, mainly because I don't want people using my program to use a specified path to be able to use my program.

Example,
If I would using a specified path It would be ("C:/Macbrutal/Foldername")
And the user who would install my application surely, doesn't have macbrutal as username for windows so their path would be ("C:/User/Foldername") and that would bring my program an error, if you get me.

So to brake it down a little, Let's say my path for my program is ("C:/Macbrutal") I want my program to generate a folder where my application is located (not with specified path) which would be (C:/Macbrutal/newfolder")

Any ideas?