How can I create any shortcut or delete it wherever I want with VB6, in any folder or in specific folders as Startup or Desktop without needing to find these last?
My best regards
José Nogueira
Printable View
How can I create any shortcut or delete it wherever I want with VB6, in any folder or in specific folders as Startup or Desktop without needing to find these last?
My best regards
José Nogueira
You must specify a path and the filename. There is no way to just delete something without even knowing where it is. Because what if you had to files with the same name and they were different? Than you'd end up deleting both of them (Which is not possible), so you have to specify a path\filename when deleting a shortcut/file.