Package com.db4o.foundation.io
Class Path4
- java.lang.Object
-
- com.db4o.foundation.io.Path4
-
public class Path4 extends java.lang.ObjectIMPORTANT: 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.Stringcombine(java.lang.String parent, java.lang.String child)static java.lang.StringgetDirectoryName(java.lang.String targetPath)static java.lang.StringgetTempFileName()static java.lang.StringgetTempPath()
-
-
-
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()
-
-