Search:

Type: Posts; User: Ashishk

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,326

    Re: hide and unhide the folder in linux

    Actually i have a tree on my UI page that containing the folder structure that is reading from file system, so i have to provide a facility to user to hide or unhide any folder from UI itself .
    ...
  2. Replies
    5
    Views
    1,326

    hide and unhide the folder in linux

    Please give me a simple program to hide and unhide the folder in linux.
    I have used this program for windows.
    Runtime.getRuntime().exec("attrib -h \""+file.getAbsolutePath()+"\"");
Results 1 to 2 of 2