> For the complete documentation index, see [llms.txt](https://docs.vyv.ca/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vyv.ca/step-by-step-tutorials/file-managment/file-manger-manage-files.md).

# File Manger: Manage Files

{% embed url="<https://vimeo.com/427737799>" %}
File Manager: Manage Files
{% endembed %}

{% hint style="info" %}
**OPEN THE FILE MANAGER MODULE**

Select {Show > File Manager} or press \[Alt+F].
{% endhint %}

## 1. Delete a File

1. Select the file(s) to be deleted.
2. Right-click on the file and select {Delete} or press \[delete].

## 2. Find a File in the OS Directory

* Right-click on a file and select {Show In Folder}.

## 3. Copy File Name or Path

* Right-click on a file and select {Copy File Name} or {Copy File Path} from the contextual menu.

## **4. Manage File Distribution over the Network**

#### **Net Column**

The Net column displays information about file distribution over the network. A green checkmark will be displayed if the file exists on every computer in the network group. If a file is missing from one or many server in the network group, a red X will be displayed. Hold the mouse over the red X to see where the file is present or missing on the network.

#### **Sync Selected**

If a file is missing from one or many computers on the network group, use the Sync Selected\
function to distribute it over the network.

* Right-click on the file and select {Sync Selected} from the contextual menu.

#### **Edit Task Group**

A user may choose to distribute or delete files in a selection of servers within the network group.

Do the following to edit the Task Group:

1. Click the \[insert gearbox icon] to open the File Manager Settings.
2. Activate or deactivate the Task Group Selection toggles to include or exclude servers.

## Related Documentation

{% embed url="<https://docs.vyv.ca/user-guide/3.-importing-content/1.-file-manager>" %}
User Guide / 3. Importing Content / 1. File Manager
{% endembed %}

{% content-ref url="/pages/YU4QsJQiML69Cj2gNt8G" %}
[File Manager](/modules/file-manager.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.vyv.ca/step-by-step-tutorials/file-managment/file-manger-manage-files.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
