Package com.db4o.foundation.io
Class Path4
- java.lang.Object
-
- com.db4o.foundation.io.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()
-
-
-
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()
-
-