Operator operator +
operator +(IAbsoluteDirectoryPath, IRelativeDirectoryPath)
Combines an absolute directory with a relative directory.
Declaration
public static IAbsoluteDirectoryPath operator +(IAbsoluteDirectoryPath x, IRelativeDirectoryPath y)
Parameters
Returns
operator +(IAbsoluteDirectoryPath, IRelativeFilePath)
Combines an absolute directory with a relative file.
Declaration
public static IAbsoluteFilePath operator +(IAbsoluteDirectoryPath x, IRelativeFilePath y)
Parameters
Returns
operator +(IAbsoluteDirectoryPath, IRelativePath)
Combines an absolute directory with a relative entry.
Declaration
public static IAbsolutePath operator +(IAbsoluteDirectoryPath x, IRelativePath y)
Parameters
Returns