# fileGetDetails

<<<<<<< HEAD

## fileGetDetails

### Description

Allows the user to get the details of a file.

### Input / Parameter

| Name     | Description                     | Data Type   | Default | Options | Required |
| -------- | ------------------------------- | ----------- | ------- | ------- | -------- |
| filePath | The path the file is stored in. | String/Text | -       | -       | Yes      |

### Output

N/A

### Callback

#### callback

The function to be executed if the details of the file are retrieved successfully.

#### errorCallback

The function to be executed if the details of the file are not retrieved successfully.

### Video

Coming Soon.

### Example

Coming Soon.

#### Step

Coming Soon.

#### Result

Coming Soon.

### Links

\=======

## fileGetDetails

#### Description

Get deatil information of the given file path.

#### Flowchart

* N/A

#### Input / Parameters

| No | Name        | Description      | Data Type    | Required |
| -- | ----------- | ---------------- | ------------ | -------- |
| 1  | filePath    | File Path        | String       | Yes      |
| 2  | callback    | Success Callback | functionList | Yes      |
| 3  | errCallback | Error Callback   | functionList | Yes      |

#### Scenario / Use Case

* N/A

#### Step

* N/A

#### Result

* N/A

#### Video

* N/A

#### Notes

* N/A

> > > > > > > EP-686-server-fixes
