why is "~$" appearing in front of my excel file names?
323 views (last 30 days)
Show older comments
Earlier I used dir command to find all the excel files that I have, but for some of the file names (not all) it returns file names that have ~$ in front. For example:
Instead of
File1.xls
File2.xlsx
It returns
~$File1.xls
~$File2.xlsx
etc
Can anyone advice me what is going on here? I would like to get rid of the ~$ in front of the file names or at least know why. Thank you!
0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!