About 1,190,000 results
Open links in new tab
  1. linux - How to get full path of a file? - Stack Overflow

    On Windows: Holding Shift and right clicking on a file in Windows Explorer gives you an option called Copy as Path. This will copy the full path of the file to clipboard. On Linux: You can use the …

  2. CMake find_path is not finding path in simple example

    Nov 19, 2018 · in brief, find_path is not recursive, so if you want something to be found in Include subfolder, you have 2 options: state path file should reside (note E:/Include instead of E:/):

  3. How do I get the full path of the current file's directory?

    2814 The special variable __file__ contains the path to the current file. From that we can get the directory using either pathlib or the os.path module. Python 3 For the directory of the script being run:

  4. Find the current directory and file's directory [duplicate]

    How do I determine: the current directory (where I was in the shell when I ran the Python script), and where the Python file I am executing is?

  5. shell - find full path given partial path - Stack Overflow

    I know how to find files using find . -name "file_name" But if I am given one part of a path, say "folder1/subfolder2/", how do I get all the full path that contains this partial path? Example p...

  6. How to obtain the absolute path of a file via Shell (BASH/ZSH/SH)?

    An absolute path is any path that start from the root "/" and designates a file without ambiguity independently of the working directory. (see for example wikipedia).

  7. windows - Find UNC path of a network drive? - Stack Overflow

    Jan 31, 2014 · I need to be able determine the path of the network Q drive at work for a WEBMethods project. The code that I have before is in my configuration file. I placed single character leters inside …

  8. How do I get the directory where a Bash script is located from within ...

    How do I get the path of the directory in which a Bash script is located, inside that script? I want to use a Bash script as a launcher for another application. I want to change the working directo...

  9. How to find the JRE path on Windows using command line

    Jun 12, 2019 · From the cmd line, where java shows where java.exe is found (otherwise echo %java_home% if it is set) – Daniele Mar 6, 2019 at 19:59 @Daniele , where java is getting the path …

  10. How to obtain Jupyter Notebook's path? - Stack Overflow

    Aug 31, 2018 · Closed 6 months ago. Is there a function to obtain a Notebook's path? I've Googled a little on the subject but didn't find a simple way to do it... I want to obtain the Notebook's path so I can …