public static bool IsDesktopPath(
string requestPath
)
Public Shared Function IsDesktopPath (
requestPath As String
) As Boolean
public:
static bool IsDesktopPath(
String^ requestPath
)
static member IsDesktopPath :
requestPath : string -> bool