Search:

Type: Posts; User: abhijava

Search: Search took 0.09 seconds.

  1. Re: How to find all the symbolic link in a directory in windows

    I am not using it , I tried using it. But the fact is the path.get is not working without escape . Thanks for your answers.
    The problem lies within this problem only , I am new to java. Please guide...
  2. Re: How to find all the symbolic link in a directory in windows

    It is printing the path name of the files.. But I think the value k passing through paths.get is having some problem?
    K is printing path like c:\folder
    and if I am using direct path then...
  3. Re: How to find all the symbolic link in a directory in windows

    hello jdv

    Path link;
    String k
    k = f.getAbsolutePath();
    link=Paths.get(k);

    I think the problem is between this Paths.get () is unable to take absolute path. If I directly...
  4. How to find all the symbolic link in a directory in windows

    I need to design a gui that will find out all the dead symbolic link from the directories. And I used the logic and syntax I find out in java orcle docs. And If I will give the direct path name of...
Results 1 to 4 of 4