If you do not see the file on pen drive or memory card ... !!!
Those who use pen drive or memory card are often a problem, that is, to get rid of the file. That means that the file is in pendrive and it has occupied the right place but no files can be seen in the pen drive. Due to shortcut virus, the files are shortcut or super-hidden.
• At first run go to cmd and press enter.
• Now type the letters on your drive that you have on your pen drive or memory card (like D: / E: / F: / G: / H: / I: / J: / K:).Now enter the following command and press enter-
attrib -s -r -h -a / s / d
It will solve your problem.
Here attrib means the short form of attribute.
s = system file or super hidden
r = read only
h = hidden
a = archive
/ d = directory
/ s = sub directory