IT Hit User File System
Returns a remote storage URI that corresponds to the user file system path.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax string MapPath(
string userFileSystemPath
)
Function MapPath (
userFileSystemPath As String
) As String
String^ MapPath(
String^ userFileSystemPath
)
abstract MapPath :
userFileSystemPath : string -> string
Parameters
- userFileSystemPath
- Type: SystemString
Full path in the user file system.
Return Value
Type:
StringRemote storage URI that corresponds to the
userFileSystemPath.
See Also