MapVirtualPath
Use to return the actual path of a file on the Web Forms server.
Syntax
1 |
string <span>MapVirtualPath</span> (string <var>virtualPath</var>) |
Parameters
-
virtualPath �
A string for a virtual path on the Web Forms server
Returns
String. Returns the actual path of a file in the virtual file system on a Web Forms server.
Examples
-
�
This code returns the actual path on a new line in a MultiLineEdit control:1234#if defined PBWEBFORM thenmle_1.text +=''~r~nActual Path='' &+ MapVirtualPath(''c:a.txt'')#end if
Usage
Use the MapVirtualPath function to get the actual path of files for file operations required by .NET DLLs.
Parent topic: System Functions for .NET Web Forms
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest