[Help]Application Start
well in my folder i have a loader and another folder.
How can i make that it goes to that folder by the Application Startuppath ?
Application.StartupPath.ToString & "\" & "Combat Arms.dll"
But this is just saving by the Application start Path.
Thanks for Help.
Why the & & ?
Simply:
Application.StartupPath & "\Combat Arms.dll" 'btw i think the \ is useless.
If it comes in another folder in your startup: Application.StartupPath & "\Combat Arms.dll\Ilikemyowncreatedfolderinmystartuppath\"
Used Application.StartupPath.ToString & "\" & "Combat Arms.dll\DLLS\" not working it isnt saving it at the DLLS Folder.