Package nl.vpro.util

Class PathUtils


  • public class PathUtils
    extends Object
    Utils related to java.nio
    Since:
    3.1
    • Constructor Detail

      • PathUtils

        public PathUtils()
    • Method Detail

      • cancelDeleteOnExit

        public static void cancelDeleteOnExit​(Path p)
      • deleteOnExit

        public static void deleteOnExit​(Path p)
        Very similar File.deleteOnExit() (code was more or less copied from there) but based on Path