Interface IPath
.NET interface for TO BE DEFINED FROM USER
public interface IPath
Properties
FileName
Path FileName { get; }
Property Value
FileSystem
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/Path.html#getFileSystem()
FileSystem FileSystem { get; }
Property Value
NameCount
int NameCount { get; }
Property Value
Parent
Path Parent { get; }
Property Value
Root
Path Root { get; }
Property Value
Methods
CompareTo(Path)
int CompareTo(Path arg0)
Parameters
Returns
CompareTo(object)
int CompareTo(object arg0)
Parameters
Returns
EndsWith(String)
bool EndsWith(String arg0)
Parameters
Returns
EndsWith(Path)
bool EndsWith(Path arg0)
Parameters
Returns
GetName(int)
Path GetName(int arg0)
Parameters
Returns
IsAbsolute()
bool IsAbsolute()
Returns
Iterator()
Iterator<Path> Iterator()
Returns
Normalize()
Path Normalize()
Returns
Register(WatchService, params Kind<object>[])
WatchKey Register(WatchService arg0, params WatchEvent.Kind<object>[] arg1)
Parameters
arg0
WatchServicearg1
Kind<object>[]
Returns
Exceptions
Register(WatchService, Kind<object>[], params Modifier[])
WatchKey Register(WatchService arg0, WatchEvent.Kind<object>[] arg1, params WatchEvent.Modifier[] arg2)
Parameters
arg0
WatchServicearg1
Kind<object>[]arg2
Modifier[]
Returns
Exceptions
Relativize(Path)
Path Relativize(Path arg0)
Parameters
Returns
Resolve(String)
Path Resolve(String arg0)
Parameters
Returns
Resolve(Path)
Path Resolve(Path arg0)
Parameters
Returns
ResolveSibling(String)
Path ResolveSibling(String arg0)
Parameters
Returns
ResolveSibling(Path)
Path ResolveSibling(Path arg0)
Parameters
Returns
StartsWith(String)
bool StartsWith(String arg0)
Parameters
Returns
StartsWith(Path)
bool StartsWith(Path arg0)
Parameters
Returns
Subpath(int, int)
Path Subpath(int arg0, int arg1)
Parameters
Returns
ToAbsolutePath()
Path ToAbsolutePath()
Returns
ToFile()
File ToFile()
Returns
ToRealPath(params LinkOption[])
Path ToRealPath(params LinkOption[] arg0)
Parameters
arg0
LinkOption[]
Returns
Exceptions
ToUri()
URI ToUri()