Class Path4


  • public class Path4
    extends java.lang.Object
    IMPORTANT: Keep the interface of this class compatible with .NET System.IO.Path otherwise bad things will happen to you.
    • Constructor Summary

      Constructors 
      Constructor Description
      Path4()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String combine​(java.lang.String parent, java.lang.String child)  
      static java.lang.String getDirectoryName​(java.lang.String targetPath)  
      static java.lang.String getTempFileName()  
      static java.lang.String getTempPath()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Path4

        public Path4()
    • Method Detail

      • getDirectoryName

        public static java.lang.String getDirectoryName​(java.lang.String targetPath)
      • combine

        public static java.lang.String combine​(java.lang.String parent,
                                               java.lang.String child)
      • getTempPath

        public static java.lang.String getTempPath()
      • getTempFileName

        public static java.lang.String getTempFileName()