Prevent writing a binary file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • johndbct
    New Member
    • Feb 2012
    • 1

    Prevent writing a binary file

    Hello,

    I am new to the Bytes forum. I've noticed that binary files are not the same as text files. Text files use a StreamWriter. Binary files use a BinaryWriter.
    Audio and video files are examples of binary files.

    By using the BinaryWriter class, I want to know how could I prevent a binary file from writing to a destination file or prevent from making a duplicate of another binary file?

    Thanks in advance for your responses.

    johndbct
Working...