If you want to copy the file name and the path of the file in current tab you can do it in notepad++ by simply right-clicking on the tab and selecting the below options as per your requirements,
- Full file Path to Clipboard: This will copy the absolute full path of the file: example: c:\User\c2c\Desktop/myFile.txt
- Filename to Clipboard: This will just copy the file name: example: myFile.txt
- Current Dir. Path to Clipboard: This will copy the path where the file resides: example: c:\User\c2c\Desktop/

Copy File name and path in Notepad++
More Posts related to NotepadPlusPlus,
- Notepad++ hex editor Examples
- Are Windows Notepad files recoverable?
- How to add or remove bookmark on a line in Notepad++
- How to rename a tab in Notepad++
- Go to Line Number option in Windows Notepad
- How to Apply Themes to Notepad++
- Notepad++ Save Failed - Please check if this file is opened in another program.
- Encode/Decode URL Query String in Notepad++
- Remove duplicate lines using Notepad++
- Add comma or semicolon at end of each line Notepad++
- How to open Notepad?
- Where are Notepad++ macros stored?
- How to check about details of Notepad++ text editor
- Notepad++ Export file as HTML
- Indent/Prettify HTML File in Notepad++
- Notepad++ Reload - This file has been modified by another program. Do you want to reload it?
- List of Programming Languages Supported by Notepad++
- Notepad++ Editor alternatives for Mac OS X
- Add Custom header and footer to Windows Notepad file
- How to un-hide tab bar in notepad++
- Notepad++ is about to exit prompt message
- Launch Notepad++ html document in any web browser
- Word wrap text in Notepad++
- Disable Control Scroll Zoom-in and Zoom-out in Notepad++
- Word count in Notepad++
More Posts:
- [fix] URI is not registered (Settings | Languages & Frameworks | Schemas and DTDs) IntelliJ - Java
- JSON Schema Validator Libraries: JSON Tutorial - Json-Tutorial
- WARNING: Python 2.7 is not recommended [macOS Big Sur] - MacOS
- Simple Login Page using Bootstrap - Bootstrap
- Read Text file from SD Card : Android Programming - Android
- Show CPU and Memory Usage on macOS Menu Bar - MacOS
- Zsh Shell: Custom alias that you may find useful - MacOS
- Installing Android Studio Dolphin on Mac with Apple (M1/M2) Chip - Android-Studio