files Archive
16 Feb 2015
How to Fix USB Hidden Files Virus/Problems (Solved) 2015
Today i’m gonna tell you how to fix usb hidden files virus by very simple and fast method Click on “Start” then click Run and then type cmd and press Enter. Here I take your pendrive/flashdrive letter as G or whatever it could be: Enter this command in Command prompt(cmd) attrib -h -r -s /s /d
05 Dec 2014
Files in Python (Part I)

When we want to read or write a file (say on your hard drive), we first must open the file. Opening the file communicates with your operating system which knows where the data for each file is stored. When you open a file, you are asking the operating system to find the file by name and make sure