File System File System
File System File System
DocFX + Singulink = ♥

Search Results for

    Method IDirectoryPath.Combine

    IDirectoryPath.Combine(IRelativeDirectoryPath)

    Combines this directory with a relative directory.

    Declaration
    IDirectoryPath IDirectoryPath.Combine(IRelativeDirectoryPath path)
    Parameters
    Type Name Description
    IRelativeDirectoryPath path

    The relative directory to apprend to this directory.

    Returns
    Type Description
    IDirectoryPath
    Implements
    IDirectoryPath.Combine(IRelativeDirectoryPath)

    IDirectoryPath.Combine(IRelativeFilePath)

    Combines this directory with a relative file.

    Declaration
    IFilePath IDirectoryPath.Combine(IRelativeFilePath path)
    Parameters
    Type Name Description
    IRelativeFilePath path

    The relative file to apprend to this directory.

    Returns
    Type Description
    IFilePath
    Implements
    IDirectoryPath.Combine(IRelativeFilePath)

    IDirectoryPath.Combine(IRelativePath)

    Combines this directory with a relative entry.

    Declaration
    IPath IDirectoryPath.Combine(IRelativePath path)
    Parameters
    Type Name Description
    IRelativePath path

    The relative entry to apprend to this directory.

    Returns
    Type Description
    IPath
    Implements
    IDirectoryPath.Combine(IRelativePath)
    © Singulink. All rights reserved.