Returns the real physical path for the specified virtual path.
Syntax
getRealPath( context , string )
context.getRealPath( string )
Parameters
context
|
the Context object.
|
string
|
the virtual path.
|
Returns
string
|
the real path. null if none.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
real_path = Context( ).getRealPath( virtual_path )
|