NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

UNDONE.StripURL

Strips the URL file syntax off of a filename.

[Visual Basic]
Public Shared Function StripURL( _
   ByVal url As String _
) As String
[C#]
public static string StripURL(
   string url
);
[C++]
public: static String* StripURL(
   String* url
);
[JScript]
public static function StripURL(
   url : String
) : String;

Parameters

url
[To be supplied.]

See Also

UNDONE Class | UNDONE Members | System.Core Namespace