# copy-relative-path **Repository Path**: fanshichao/copy-relative-path ## Basic Information - **Project Name**: copy-relative-path - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-21 - **Last Updated**: 2021-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Copy Path for Visual Studio Code - Copy the relative path from the current file to the selected file. - Copy the project path of a file or directory. ## How to use Select the file from the explorer and click on the desired option: ![Example](https://gitee.com/fanshichao/copy-relative-path/raw/master/images/working.gif) ## Extension Settings ``` js // Add ./ for relative paths pointing to the same directory. "copyRelativeFilePath.addLeadingDot": true ```