Microsoft SDK for Java

removeBeginEndQuotes

This method of the Path Class removes leading and trailing quotes from the path string, if there are any.

Syntax

public static String removeBeginEndQuotes(String stPath);

Return Value

Returns the path string with quotes removed.

Parameters

stPath The path string to remove quotes from.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.