* @throws PermissionDeniedException
*/
public void createSymbolicLink(String link, String target)
throws UnsupportedFileOperationException, FileNotFoundException,
IOException, PermissionDeniedException {
throw new UnsupportedFileOperationException(
"Symbolic links are not supported by the Virtual File System");
}