[This is preliminary documentation and is subject to change.]
Get the full pathname. The given pathname my already be full in which case it is just returned.
Otherwise the full pathname is generated by prefixing the pathname with the full (rooted) base
directory.
| C# | Visual Basic | Visual C++ |
public static string GetFullPathname( string rootedBaseDirectory, string pathname )
Public Shared Function GetFullPathname ( _ rootedBaseDirectory As String, _ pathname As String _ ) As String
public: static String^ GetFullPathname( String^ rootedBaseDirectory, String^ pathname )
- rootedBaseDirectory (String)
- Full (rooted) base directory.
- pathname (String)
- Pathname - maybe rooted or relative.
Full (rooted) pathname.