Advertisement

Results for "Category: Files/ File Controls/ Input/ Output"

2_2002-2004 #113413
INI Files Made Easy! *Updated 11/6/03*

This is a powerful class file that does just about anything you need to do with an ini file. Very easy to use!! Can save/load arrays and collections. Also includes A function to pretty up an ini file... *Updated 11/6/03* A subtle bugfix in collection saving has been fixed, and more comments added about WriteSection() and its benefits, this class has now been time tested and is very robust, it is a permanent addition in my code folder...

2_2002-2004 #113417
File & Folder Search

A program to search files and folders like the one supplied with Windows. My Windows searcher keeps failing after a few weeks so I put this one together. I used as much API as I could.

2_2002-2004 #113434
File Comperator Revisited (like Kazaa uses)

This code will compare files. When two files on the local hdd must be compared you could do a bit wise comparisation. Over the internet for large files this is impossible. So this is where hashing comes in. Most programs use something like this (Kazaa does to) and I use it in my file transfer resuming messenger. Files renaming doesnot make any sense anymore and you can check wheter a partial donwloaded file is the same as a complete file. It is all kinda advanced, but works very good. Just check it out. Votes and comments are appreciated

2_2002-2004 #113451
Copy file byte by byte (Updated)

The program shows you how to copy files byte by byte. Everytime, it reads 4 kbs from the source file and write them in the destination file until it reads all bytes in the srouce file. There is a bar that shows the copying progress, and there is a label that shows the copying percentage. In the new update, you can use the browse button to find the source file you want to copy. I hope you will find the code useful .

2_2002-2004 #113470
File Object Using Win32 API

I haven't submitted in a while and figured that some of you might might be able to use some of the things I have worked on. Much of this code was inspired by this site or derived from this site. This submission is a File Object by encapsulating Win API functions into an object oriented dll. I have used this dll in several applications currently distributed in high stress environments. Includes advanced file and directory properties and functions including File Input/Output. And a file searching collection. File Object Properties CRC32, CRCAlder, Computer Name, Date Accessed, Date Created, Date Modified, Directory, Drive, Exists, Extension, Name, Size, Type, Fixed Disk, Hidden, LastAccessed, LongName, Parent Directory, Read Only, Short Name, Title General File Functions FileCopy, Delete, Execute, ExploreDir, FileMove, FilePropertiesDialog, FileRename File Input Output Functions FileOpen, FileClose,GetData, GetDataFromFile, PutData, PutDataInFile, SetFilePosition Directory Object Properties Exists, Drive, ComputerName, Path Functions Copy, Create, Delete, Move

2_2002-2004 #113480
INI Module (Simplest Ever! (No API))

Just a simple INI module, no API calls. I made it as easy to use as possible, not really tested much but it does work better with remarks and such then the INI classes I've found on here. I've now updated it for writing INI files (or creating them!). I didn't test it but its simple enough that it probably works (ubounds always confuse me!).

2_2002-2004 #113487
Pak System & example of how to use dll's

This is a dll that handles file control into a pak system like quake3 and other games. The files are imported one after another in a "pak" file. If you want to retrieve a file all you have to do is call extract_file with the filename and path you want it to goto. The dll (included) has the following functions: EXTRACT_FILE OPENPAK RETURN_NUM_LOADED RETURN_SIZE RETURN_TITLE and an example project on how to use the dll is also included.

2_2002-2004 #113551
FileSplitter

Resize and Remix Your Files with any Thing Can be done one files

2_2002-2004 #113575
McAfee DAT Download - UPDATED!

This code will automatically download and execute the McAfee SuperDAT. It will delete the old SuperDAT, copy the new SuperDAT from NAI's FTP server, and silently run the update.

2_2002-2004 #113580
Check file existence and attributes

Check the existence of a file and it's attributes (DateCreated, DateLastModified, DateLastAccessed)

2_2002-2004 #113628
REAL professional About boxes

A little use of inspiration for a magnificent effect...

2_2002-2004 #113655
[ a- Intelligent File Comparer (UPDATED WITH PROGRESS BAR!!!) ]

Very useful when you use cazaa or Bearshare or other P2p, where you download infinity of files, but a quarter is duplicated. It compares all type of files looking for duplicates, how? you select a folder, all files in that folder will be checked and compared looking for duplicated files, it checks 3 part of the binarys and the file LEN, if a file seems to be equal to other, the programm promts for action, and shows if the file is the same. It's like that programm of NORTON... i don't remember the name. it uses listbox, drive list, progressbar, textbox and dir list. Uses two Binary access. NOW UPDATED WITH PROGRESS BAR!!!!!!!!!!

2_2002-2004 #113657
Floppy Disk Format

This code is a demonstation on how to format a floppy with out using format.com and with out calling the SHFormatDrive API. This code allows you to format a floppy without a popup window. Currently it is set for 1.44mb only, but all the code is there if you want to play around with 702kb and 2.88mb. From what i understand this code only works on NT based systems.

2_2002-2004 #113698
An Encryptor Decryptor

This programm demonstrates a simple but useful encryption. Also has several channels (encryption modes). Random characters are added between the transformed original eltters..

2_2002-2004 #113733
uSc_AVI_Info

[1.1] This project read informatons from an AVI file. It reads codec info, length, resolution, fps, bps........... even file tags!

2_2002-2004 #113744
Browse For Folder Version 3 Final

Browse For Folder, now work in all version of windows 98/ME/2000/XP

2_2002-2004 #113749
Sync Folders from Server

This will copy folders from one location to another continuously checking if there are new folders created on the server and checking the last date accessed for the server location to copy to the local computer or other location. This is setup for no user input and will run until it is killed by the Task Manager.

2_2002-2004 #113792
[ Associate filetypes to your program ]

This module lets you create or delete with only a simple function filetype associations in the registry. Usefull to use your own filetypes, with theire own icon and description in your vb-project. Once you have your own filetype, this is recognized in the explorer and when you click this file, your associated program is started and the filename is passed trough to the command function in your program. The module contains lots of comments about the function and how to use the Command function. All comments, questions and suggestions are most welcome :-) ...

2_2002-2004 #113814
Easy INI file manipulation

An easy way to handle INI files by using API. Ini files can be useful when you need to save and load data to and from a file. I tend to use them to save user preferences but can be used for many other things as well. The main advantage over the registry is that you can modify them easily by using a text editor such as notepad. Enjoy :)

2_2002-2004 #113834
NTFS Data Stream Update

Hi everyone, Included in the ZIP file is a new version of the NTFS Alternate Data Stream code. It fixes all the bugs listed below, and add new features. All of these have been kindly given as suggestions from everyone on the site, and I wish to thank you! If you'd like to read the original article and vote on it (if you haven't seen it already), it's located at: http://www.planetsourcecode.com/vb/default.asp?lngCId=47299&lngWId=1

Languages
Top Categories
Global Discovery