hello
i need code for change any file size i want
i mean computer read the bytes number which i want (not realy file size)
so please cany any body help me
Printable View
hello
i need code for change any file size i want
i mean computer read the bytes number which i want (not realy file size)
so please cany any body help me
Welcome to the forums :wave:
I don't quite understand what you want... B > KB > MB,... ??
Are you asking for file compression?
Or maybe a program to just determine the exact number of bytes in a program?
Quote:
i mean computer read the bytes number which i want (not realy file size)
thanxs for all , if i have file (size is 500 mb) i want code make computer understand this size (500 mb) to be like (15 kb), so it deal with this file by new size (15 kb) but in real file size stay (500 mb).
i hope i can arrives my idea
So you want to read just the first 15kb of a 500mb file? Open the file in binary mode.