Get the current file path - physical path
            
        
        Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
Syntax
| C# | 
|---|
| public static string ProcessPhyPath( HttpContext context, Control ctrl, string path ) | 
| Visual Basic | 
|---|
| Public Shared Function ProcessPhyPath ( _ context As HttpContext, _ ctrl As Control, _ path As String _ ) As String | 
| Visual C++ | 
|---|
| public: static String^ ProcessPhyPath( HttpContext^ context, Control^ ctrl, String^ path ) | 
Parameters
- context
- Type: System.Web..::..HttpContext
- ctrl
- Type: System.Web.UI..::..Control
- path
- Type: System..::..String
 
     
     
     
     
    