Top "Absolute-path" questions

global address for a file, independent from the working directory of the calling process

QDir mkdir with absolutepath

I have problem with the creation of dir with Qt. I would like to create a dir in documents'dir so, …

qt directory absolute-path mkdir
Slash (/) vs tilde slash (~/) in style sheet path

ASP.NET offers two ways to specify paths for style sheets: <link href="/common/black_theme/css/style.css" …

asp.net path stylesheet relative-path absolute-path
get absolute path to apache webcontents folder from a java class file

Need to get absolute path in java class file, inside a dynamic web application... Actually i need to get path …

java file jsp absolute-path
Nodejs absolute paths in windows with forward slash

Can I have absolute paths with forward slashes in windows in nodejs? I am using something like this : global.__base = __…

node.js windows webpack absolute-path
How to find the working folder of a servlet based application in order to load resources

I write a Java servlet that I want to install on many instances of Tomcat on different servers. The servlet …

servlets resources relative-path absolute-path working-directory
How can I get MSBUILD to evaluate and print the full path when given a relative path?

How can I get MSBuild to evaluate and print in a <Message /> task an absolute path given a …

msbuild relative-path absolute-path
How to force an HTML link to be absolute?

In my website, users can put an URL in their profile. This URL can be http://www.google.com or …

php html anchor relative-path absolute-path
Use Absolute path for ClassLoader getResourceAsStream()

I am trying to use ClassLoader getResourceAsStream() My Direcory structure is like below: Project1 -src -main -java -webapp -WEB-INF -MYLOC …

java classpath classloader absolute-path
How to avoid using relative path imports (/../../../redux/action/action1) in create-react-app

I've been using create-react-app package for creating a react website. I was using relative paths throughout my app for importing …

reactjs import create-react-app relative-path absolute-path
How get file path from std::ifstream in c++

I open a file using std::ifstream. I may open file using relative path (file.txt) or absolute path (C:\…

c++ file absolute-path