| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
A Beginner method to check whether a file exists | VB 4.0 (32-bit), VB 5.0, VB 6.0 | Beginner / Jacky Wong (from psc cd) | 1083 since 1/23/2015 4:43:00 AM |
By 7 Users
|
|
A Beginner method to check whether the file exists or not. It is simple, easy to understand and should able to run on different Window OS. |
|
|
|
 |
A Cool Directory Map | VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0, VB Script, ASP (Active Server Pages) | Advanced / Coolwick (from psc cd) | 1922 since 1/7/2015 4:55:00 PM |
By 18 Users
|
|
This simple sub routine is used to map out a directory tree starting with any given path. Can be easily modified to perform any task that requires scanning folders.
THIS IS RECURSIVE! |
|
|
|
 |
A Counter-Strike Log Parser | VB 5.0, VB 6.0 | Advanced / Shawn McAllister (from psc cd) | 1157 since 1/16/2015 5:09:00 AM |
By 2 Users
|
|
A Visual Basic example of how to use FileSystemsObject and Regular Expressions to parse Counter-Strike game logs. Requires Microsoft Windows Script 5.5 which is freely available at http://msdn.microsoft.com/scripting (ScreenShot) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
A Delete All files in a Directory and then Delete the DIrectory A | VB 6.0 | Beginner / David Stewart Williams (from psc cd) | 1252 since 1/23/2015 8:48:00 AM |
By 23 Users
|
|
Code Deletes a File and Directory, Note YOu DOnt Have to Reference Ms Scripting Runtime Please Vote for me if this helps you out or if you think it is a good code!!!!! Thank you Sean For letting me know you don't Have to reference Ms Scripting |
|
|
|
 |
A Dll Project That Reads XML Into a Treeview | VB 6.0 | Intermediate / Paul Stevens (from psc cd) | 1834 since 1/10/2015 6:30:00 PM |
By 12 Users
|
|
This Code uses the Microsoft XML Parser to Read an XML Source and Put it into a treeview. Ut Can Accept A path to An XML File EX:"C:\MYxml.XML" A string EX:"'<Root><Node1/></Root>'" or a URL to an XML File Ex:"Http://www.MySite.Com/Myxml.XML" (ScreenShot) |
|
|
|
 |
A 'Dummy' File Generator | VB 5.0, VB 6.0 | Intermediate / Im_[B]0ReD (from psc cd) | 2223 since 1/5/2015 5:34:00 AM |
By 2 Users
|
|
generates a 'dummy' file which can be any type and any number of kilobytes. 110% commented just like my code 'A+ Secure Delete'. purpose is to generate files, so not much of a purpose. i just saw it in a couple of hacking/security programs and thought i'd ...(description truncated) |
|
|
|
 |
A File Date/Time Changer * Major Update * | VB 6.0 | Intermediate / eXemplar (from psc cd) | 1132 since 1/28/2015 4:32:00 PM |
By 11 Users
|
|
DateChanga views and modifies the date you see when you right click a file. This can be very useful in many ways, also shows how to convert SYSTEMTIME to FILETIME etc. I have tested on vb6 in winXP and it works fine.
Please help me with some feedback rega ...(description truncated) |
|
|
|
 |
A File Splitter - Updated | VB 6.0 | Intermediate / kwho (from psc cd) | 1382 since 2/8/2015 1:38:00 PM |
By 3 Users
|
|
*** UPDATED AND IMPROVED *** This will cut a large file into smaller pieces. For example if you have a 4MB email attachment limit, and you want to send a 40MB file, you can use this program to split the file into 10 pieces of 4MB each. It also generates a ...(description truncated) |
|
|
|
 |
A File system object example FSO | VB 6.0 | Intermediate / andreas gustafsson (from psc cd) | 1661 since 1/9/2015 5:18:00 AM |
By 6 Users
|
|
Example of the File System Object |
|
|
|
 |
A FileExists Function | VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0 | Beginner / Blake Royer (from psc cd) | 1349 since 1/8/2015 12:24:00 PM |
By 19 Users
|
|
Checks to see if a file exists. |
|