Top "Relative-path" questions

Relative-paths are URI or directory links to resources that refer to a location relative to the current path.

How do imports work in IPython

I'm a little bewildered by exactly how import statements work in IPython. I've turned up nothing through web searches. Implicit …

python ipython relative-path python-packaging
How to save generated file temporarily in servlet based web application

I am trying to generate a XML file and save it in /WEB-INF/pages/. Below is my code which uses …

servlets relative-path realpath
How do you make _topdir relative to the location of the .spec file when building an RPM?

I have a .spec file that relies on a variable called _topdir. Right now when you checkout the SRPM source …

relative-path rpm rpmbuild rpm-spec
Playing wav file which has relative path inside project

I have some problems with relative paths and reproduction of wav files. I have this simple code which works perfectly: …

c# visual-studio-2012 wav relative-path soundplayer
HTML force URL hyperlink to be treated as non-relative (absolute)

I have a list of URLs that our users have entered for websites of various clients... I am loading this …

html url href relative-path absolute-path
Best way to provide url to angular $http.get/.post

I am using angular with MVC4. I would like to call a MVC controller method from javascript using $http.get(). …

angularjs asp.net-mvc-4 url relative-path angular-http
Relative Path issue with .Net Windows Service..?

I have a windows service which is trying to access an xml file from the Application directory. Windows Service Installed …

.net file-io windows-services relative-path
Pycharm does not see files in relative path with ../

I am developing a python project using pycharm. However, the problem is that it refuses to load files in which …

python path pycharm filepath relative-path
How to use a relative path for LDFLAGS in golang

I am trying to build a golang program which uses a static lib (.a file) the directory struct for my …

go path relative-path cgo ldflags
Resolving relative paths with wildcards in C#

In C#, if I have a directory path and a relative file path with wildcard, e.g. "c:\foo\bar" …

c# .net wildcard relative-path path-combine