> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SaveToFolder Method of the FRDocument Object

This method saves the contents of the [FRDocument](/fine-reader/engine/api-reference/document-related-objects/frdocument) object to the specified folder.

## Syntax

### C++

```cpp theme={null}
HRESULT SaveToFolder( BSTR Path );
```

### C\#

```csharp theme={null}
HRESULT SaveToFolder( string Path );
```

### Visual Basic .NET

```vb theme={null}
Sub SaveToFolder(Path As String)
```

## Parameters

Path

\[in] This variable contains the full path to the folder where the document should be saved.

## Return values

This method has no specific return values. It returns the [standard return values of ABBYY FineReader Engine functions](/fine-reader/engine/api-reference/return-codes).

## Remarks

This method does not report any events to the listeners attached to the IConnectionPointContainer interface of the FRDocument object.

## See also

[FRDocument](/fine-reader/engine/api-reference/document-related-objects/frdocument)
