Calc the file url
Namespace: CuteEditor.ImplAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public override string GetFileUrl( string filepath ) |
Visual Basic |
---|
Public Overrides Function GetFileUrl ( _ filepath As String _ ) As String |
Visual C++ |
---|
public: virtual String^ GetFileUrl( String^ filepath ) override |
Parameters
- filepath
- Type: System..::..String