10-14-2011, 08:07 AM
Hello,
I was wondering on how to make a code to open a directory.
Thx
I was wondering on how to make a code to open a directory.
Thx
Open a directory
|
10-14-2011, 08:07 AM
Hello,
I was wondering on how to make a code to open a directory. Thx
10-14-2011, 03:39 PM
Well, it all depends on what you mean by open a directory.. If you mean in Windows Explorer, then here is the code:
Code: Process.start("Directory here") Hopefully this is what you needed!
10-15-2011, 09:01 AM
Yeah, that's what i ment.
Uhm, I have already another question for you. How can I delete a file, for example the file C:\Program Files\BlaBla.txt?
10-15-2011, 03:07 PM
To delete a file, use this code!
Code: My.Computer.Filesystem.deletefile("C:\Program Files\BlaBla.txt")
10-16-2011, 12:56 AM
Many thx!
10-16-2011, 11:20 AM
You're very welcome!!
11-09-2011, 09:32 PM
brandonio21 Wrote:You're very welcome!!this is really helpful,glad to see this here. |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Open Zip files into a listview box | Worf | 2 | 13,974 |
09-20-2014, 10:14 AM Last Post: Worf |
|
open text - URL document from listbox and determin which fil | Bradley | 4 | 16,897 |
04-25-2012, 03:07 PM Last Post: brandonio21 |
|
Opening a video automatically from a directory | K_Mccormic | 3 | 14,240 |
03-14-2012, 10:53 AM Last Post: Vinwarez |