FSF.Unquote

Far Manager

Unquote

The FSF.Unquote function removes all double quotes from a null-terminated string.
void WINAPI Unquote(
  char *Str
);

Parameters

Str
The string from which you want quotes to be removed. The result will be placed into the same buffer.

Return value

None.

Remarks

In versions of FAR starting with 1.70 beta 1 and up to 1.70 beta 3, this function deleted only leading and trailing quotation marks.