|
-
Jan 11th, 2000, 07:18 AM
#1
Thread Starter
Addicted Member
changing a file size like if it 250KB i could or make it look like it only 50KB
-
Jan 11th, 2000, 07:41 AM
#2
Hyperactive Member
Nope. Sorry. There are some things you just can't do. Even if you could, you wouldn't really want to. You could blatently lie on a single program by doing
Dim MySize
MySize = FileLen("TESTFILE") ' Returns file length (bytes).
Text1.Text = MySize / 10, where Text1.Text is the false file size. But you can't make it permanent.
bob
-
Jan 11th, 2000, 07:53 AM
#3
Lively Member
XxEvilxX,
Have you looked into zipping the file?
All the best.
Chris
-
Jan 11th, 2000, 08:02 AM
#4
PowerPoster
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|