VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

HyperFast Read/Write File Functions

tektus  (3 Submissions)   Files/File Controls/Input/Output   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

These two functions are designed to read and write a file as fast as possible in VB. It is faster for some cases than WinApi Read/WriteFile functions because you don't have to convert binary to string in a loop. Thats why, it is very fast and useful for any purpose. I have created it for my Encryption programme and with Windows Crypto functions and this two functions, my encrytion programme works faster than most of the Encrytion software you can download on the net. Hope it will be useful for you. Thanks.
Ozan Yasin Dogan
www.uni-group.org (will be online in 01/06/02)

Inputs
For ReadFile Function: File Name For WriteFile Function: File Name and What to Write

Assumes
Put it in a module.

Returns
ReadFile Function: Returns the full content of the file in string format not binary! WriteFile Function: Returns nothing

Rate HyperFast Read/Write File Functions (8(8 Vote))
HyperFast Read/Write File Functions.bas

HyperFast Read/Write File Functions Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters