"Safe File"
// Today we will make Files un-executable //
//so that it cannot be open by anyone else//
*Methods
*1. Change file extension to ' .txt ' file
*2. add few words to the ' .txt ' file
// NOw its un-executable
*if you want to open the File, Reverse the Process.
// Common method can be Used Smartly //