InterviewSolution
Saved Bookmarks
| 1. |
What Is The Purpose Of __dirname Variable? |
|
Answer» The __dirname REPRESENTS the NAME of the DIRECTORY that the currently EXECUTING script RESIDES in. The __dirname represents the name of the directory that the currently executing script resides in. |
|