DVTk API
GetFullPathname Method (rootedBaseDirectory, pathname)
DVTkDvtk.IheActors.BasesRootedBaseDirectoryGetFullPathname(String, String)
DVTk API

[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.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
rootedBaseDirectory (String)
Full (rooted) base directory.
pathname (String)
Pathname - maybe rooted or relative.
Return Value
Full (rooted) pathname.

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0