1. The complete address of a file or directory in a file system, starting from the root directory and including all parent directories.
The full path to the document is /Users/john/Documents/report.pdf
O caminho completo para o documento é /Users/john/Documents/report.pdf
2. In computing, the entire sequence of directories and the filename needed to locate a specific file or resource.
You need to provide the full path when running the script from a different directory.
Você precisa fornecer o caminho completo ao executar o script de um diretório diferente.