Loupe - Log - Monitor - Resolve
Gibraltar Namespace / FileSystemTools Class / MakeFileNamePathUnique Method
The candidate path to verify

In This Topic
    MakeFileNamePathUnique Method
    In This Topic
    Ensures that the provided full file name and path is unique, and makes it unique if necessary.
    Syntax
    'Declaration
     
    
    Public Shared Function MakeFileNamePathUnique( _
       ByVal path As String _
    ) As String
    public static string MakeFileNamePathUnique( 
       string path
    )

    Parameters

    path
    The candidate path to verify

    Return Value

    A unique path based on the provided path.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also