Advertisement

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

3_2004-2005 #132013
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

3_2004-2005 #132023
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!).

3_2004-2005 #132030
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.

3_2004-2005 #132094
FileSplitter

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

3_2004-2005 #132118
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.

3_2004-2005 #132123
Check file existence and attributes

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

3_2004-2005 #132171
REAL professional About boxes

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

3_2004-2005 #132198
[ 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!!!!!!!!!!

3_2004-2005 #132200
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.

3_2004-2005 #132241
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..

3_2004-2005 #132276
uSc_AVI_Info

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

3_2004-2005 #132287
Browse For Folder Version 3 Final

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

3_2004-2005 #132292
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.

3_2004-2005 #132335
[ 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 :-) ...

3_2004-2005 #132357
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 :)

3_2004-2005 #132377
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

3_2004-2005 #132387
Make Path / Create Dir

2 lines of code to create any destination directory or path, no loops etc.

3_2004-2005 #132402
uSc_FileSearch

uSc_FileSearch is a class module that allows you to find files or folders on your computer. You can use wildcards in name and specify text that file must contain. You can also specify type of text comparation and depth of subfolders to search.

3_2004-2005 #132404
Config File Class

This is a class that will save settings to a text file. You only have to give it a description and a value and it does the rest.

3_2004-2005 #132446
EXE Joiner®

Great code for merging two executables into one, and when you run the new file, both of the programs will run with it, NO API, NO DLL!!! - Base on my project, "FileBinder" Please vote for me...

Languages
Top Categories
Global Discovery