> ## 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.

# GetCustomFileNames

> Call GetCustomFileNames in the ABBYY FlexiCapture API to retrieve the list of user file names currently saved on the Application Server.

## What it does

Gets a list of user files saved on the Application Server.

## Definition

```
string[] GetCustomFileNames();
```

## Parameters

None.

## Returned value

| **Type**  | **Description**         |
| --------- | ----------------------- |
| string\[] | The list of saved files |
