> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/data-science-lab-4/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/data-science-lab-4/project/tabs-for-a-data-science-lab-project/tabs-for-pyspark-environment/notebook/notebook-page/notebook-operations/datasets/copy-path-for-sandbox-files.md).

# Copy Path (for Sandbox files)

Sandbox files uploaded with the following file types can be accessed inside the Data Science Notebook using the Copy Path operation.

A file along with the **Data Sandbox environment variable** (@SYS.DATASANDBOX\_PATH) can be generated with the **Copy Path** functionality and accessed inside the Data Science Lab Notebooks.

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark> The **Copy Path** functionality can be used to read Sandbox files. The supported File types for the Copy Path functionality are **txt,*** ***png**, **jpg**, **jpeg,*** ***xls**, **xlsm,** and **mp4**.*
{% endhint %}

* Navigate to the ***Notebook*** page.
* Select a Code cell.
* Open the ***Datasets*** tab.
* Select a Sandbox file with the supported file types (**txt**, **png**, **jpg**, **jpeg**, **xls**, **xlsm**, and **mp4)**.
* Click the ***Ellipsis*** icon.
* Choose the ***Copy Path*** option.

<figure><img src="https://content.gitbook.com/content/1QeOywZjV1cHo55cMW8u/blobs/Eswqp3cgcG45OSck3zjm/image.png" alt=""><figcaption></figcaption></figure>

* It will provide the file path in the new code cell with the ***Data Sandbox Environment Variable.***
* Run the cell.
* It will display the same path below, after the successful run.

<figure><img src="https://content.gitbook.com/content/1QeOywZjV1cHo55cMW8u/blobs/ML2m4BtQpwg7GLr3DYCD/image.png" alt=""><figcaption></figcaption></figure>

* Provide the code to read the file data from the file path.
* Run the cell.
* The file data will be accessed and displayed below after the successful run of the cell.

<figure><img src="https://content.gitbook.com/content/1QeOywZjV1cHo55cMW8u/blobs/O2eeuDbP4hq7hHwi1jNL/image.png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark>* *Refer the* [***Data Science Lab Quick Start Flow***](https://docs.bdb.ai/data-science-lab-4/data-science-lab-quick-start-flow) *page to get an overview of the **Data Science Lab** module in nutshell.*&#x20;
{% endhint %}
