Re: Can java.io.File create symbolic links in UNIX?
Posted By:
Ivo_Limmen
Posted On:
Tuesday, April 23, 2002 12:37 AM
No. This is a UNIX specific thing. Windows can not create symbolic links and that is why Java does not support symbolic links. You can however create a symbolic link by starting an external process. This would make the application platform specific.