do not show hidden file in current folder

17 views (last 30 days)
hossein
hossein on 15 Nov 2017
Answered: Martin on 28 Dec 2017
Hi Dear friends
I have a hidden file (make it hidden by windows), but it is shown in current folder part in matlab. Is there any way to hide the file to matlab either?

Answers (2)

mounika
mounika on 16 Nov 2017
  1 Comment
hossein
hossein on 17 Nov 2017
Edited: hossein on 17 Nov 2017
I have seen these topics before, but they are not useful. a code like:
fileattrib('D:/work/results','+h -w','','s')
just makes the file hidden for the windows but for the current window in matlab it is still shown. so is there any change to make the file hidden for matlab too?

Sign in to comment.


Martin
Martin on 28 Dec 2017
I have same problem, did you ever fix it ?

Categories

Find more on Entering Commands in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!