Rahul R <rahul8...@gmail.com> writes:

> i was wondering if there is a way to fetch the raw data of any file i
> input for example if i accept a text file or a video file (particualr
> large video files ). i could fetch the the equivalent bits and store
> it in another file

[...]

I'm not sure what you want to do. What do you mean by the following
terms
 - fetch (as in "fetch the raw data")
 - raw data
 - accept (as in "accept a text file")
 - equivalent (as in "equivalent bits")
 - store (as in "store it in another file")

IF you're looking to make copies, it's simple enough. Just read from one
(source) and write into the other (destination).


-- 
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to