|
Many applications must present information about disk drives, directories, and files.
To allow users of your applications to explore the file system, Visual Basic provides two
alternatives. You can use the standard dialog boxes provided by the common dialog control,
or you can build custom dialogs using your own combinations of three specialized controls:
the drive list box, the directory list box, and the file list box.
You can work with files in Visual Basic by using the new object-oriented FSO objects such
as Copy, Delete, Move, and OpenAsTextStream, among others, or by using the older existing
functions such as Open, Close, FileCopy, GetAttr, and so forth...
Showing: 1 - 20
| Zip |
Description |
Author |
Versioin |
Level |
Site |
Date |
 |
The attached code shows how
to locate files in a directory using the FileSystemObject. You can
search just within the specified directory or include all
subdirectories in the search. |
Ethan |
VB 5.0 |
Intermediate |
n/a |
1999 |
|
 |
A cool program that has the
most basic functions of a windows explorer: Delete, Copy , Move...
file viewing and editing. |
A.
Liberman |
VB 6.0 |
Intermediate |
Home |
1997 |
|
 |
This is a form module that
shows you how to display Shell Namespace objects (e.g., the control
panel, the start menu, My Computer, etc.) in a web browser control.
You must have IE 4 or greater installed on your
machine. |
Waty |
VB 6.0 |
Intermediate |
n/a |
1997 |
|
 |
File
Search and File Property API Classes to
encapsulate a whole host of file oriented API
calls. |
Frog Prince |
VB 6.0 |
Intermediate |
n/a |
2000 |
|
 |
This is a standard module for
logging a Windows path. It makes a list of the files in a folder and
all of its subfolders, given a valid Windows path, i.e.
"c:\Windows\System\". It is NON-recursive. It does not call
itself. |
J. Almand |
VB 6.0 |
Intermediate |
Home |
2001 |
|
 |
This package contains two
Binary File Viewers/Editors: BinFileEdit1 and BinFileEdit2.
BinFileEdit1 is designed for slower machines; BinFileEdit2 is for
faster ones. Both applications allow you to view/edit binary and
text files, with both hex and character search facilities fully
functional, and you can print any displayed page (each page upto 512
bytes, showing byte positions, hex and characters). |
Herman Liu |
VB 6.0 |
Advanced |
n/a |
2000 |
|
 |
Browse the File System and
Display File, Folder, and Drive Properties. |
Ali Ezzahir |
VB 6.0 |
Intermediate |
Home |
2000 |
|
 |
Create and Open
Text Files: Demo Application. |
S. Arifin |
VB 6.0 |
Beginner |
n/a |
2000 |
|
 |
Display Windows Explorer
-Type File and Directory Listings. |
P.
Herbst |
VB 6.0 |
Intermediate |
n/a |
2000 |
|
 |
This application allows you
to encrypt files. It also is a good demonstration of Tip of the Day
functionality. Please review the readme file for required references
and other information about the application. |
A. Levakov |
VB 6.0 |
Intermediate |
n/a |
2000 |
|
 |
TreePad is a freeware
personal information manager ( http://www.treepad.com ). Although it has an option to
import multiple files, the files must be in the same directory. |
A. Gunther |
VB 6.0 |
Intermediate |
Home |
1999 |
|
 |
This code uses the
FileSystemObject to populate a listbox (checkbox style) with system
Drive Info: Drive letter, Volume Name, Type of Drive and Used Size.
A reference to the Scripting Runtime is required. |
Ethan |
VB 6.0 |
Beginner |
n/a |
2000 |
|
 |
PicFinder is a utility
program that search the selected directory or drive for picture
files (i.e., files with the extension .gif, .jpg, .bmp, .ico, or
.wmf.). Found pictures are displayed in a list box and you can
preview each one. |
M. Said |
VB 6.0 |
Intermediate |
n/a |
2000 |
|
 |
Retrieves information about an object in the file system,
such as a file, a folder, a directory, or a drive root. Rating:
 |
B. Martinez |
VB 6.0 |
Advanced |
Home |
2000 |
|
 |
This project shows you how
to set a file's Date and Time. |
Matt
Hart |
VB 6.0 |
Intermediate |
Home |
1999 |
|
 |
This demo shows some of the
features of the Windows 95 API Specifically, it uses the
SHFileOperation function. |
J. Wood |
VB 6.0 |
Advanced |
Home |
1998 |
|
 |
Uses a recursive
technique to search sub-directories (similiar to the Windows Find
utility). Also shows how to properly cancel a long routine. The
recursive procedure uses slower VB
directory changing and searching methods rather than API
functions. |
Matt Hart |
VB 6.0 |
Intermediate |
Home |
1999 |
|
 |
Uses a recursive procedure to
fill a TreeView control with all directories on a drive. Requires
the Comctl32.ocx or Mscomctl.ocx Microsoft Windows Common Controls
control. Uses the following API functions: FindClose, FindFirstFile,
FindNextFile |
Matt
Hart |
VB 6.0 |
Intermediate |
Home |
2001 |
|
 |
Windows
Explorer alike application. Two thumbs up Brad! Rating:  |
B. Martinez |
VB 6.0 |
Advanced |
Home |
1998 |
|
 |
An example that shows how to
display the "Browse for Folder" dialog and return a user selected
folder. |
B.
Martinez |
VB 6.0 |
Intermediate |
Home |
1998 |
| |