This method of the Path Class removes leading and trailing quotes from the path string, if there are any.
public static String removeBeginEndQuotes(String stPath);
Returns the path string with quotes removed.
stPath | The path string to remove quotes from. |