1
vote
4answers
331 views
Visual Studio: Relative Assembly References Paths
When adding a reference to an assembly located within the solution directory, is there any way to add it relatively, so that when checked in and out of a repository it is reference …
0
votes
3answers
53 views
Attaching a stylesheet with dirname(__FILE__) won’t work even though the file is there.
Hi.
I have a PHP class that creates a header for my html file.. It's included, and that file is included again.. So I thought that the dirname(__FILE__) function could work.. But i …
2
votes
4answers
485 views
Ruby path management
What is the best way to manage the require paths in a ruby program?
Let me give a basic example, consider a structure like:
\MyProgram
\MyProgram\src\myclass.rb
\MyProgram\test …
1
vote
3answers
42 views
Zend_framework - relative paths of images
When i am developing a web application on Zend_framework (php) i have to include images (css files, js files, etc).
The solution for inclusion was to specify the absolute paths e …
0
votes
1answer
172 views
Giving relative path to java applet param
How can i tell this java applet to take the .jar file from the same folder where the .html file is?
I have tried every possible way i know, and only "http://localhost/blabla/some. …
0
votes
0answers
14 views
virtual paths - breaking images/links?
I am working on an ASP.NET website, and I am puzzled by the behavior that occurs only when I am using localhost or if my website resides inside another website in IIS.
I have vir …
0
votes
1answer
24 views
Dreamweaver changing path to site’s reference instead of local
I have noticed recently, when I apply a template to a new HTML website, all the relative paths are pointed to my local files, example: file:///C|/webstuff/files but I cannot set th …
0
votes
1answer
47 views
How to download a file in Flex using relative path?
Hi..
I want to down an excel file using flex. The file is generated using Java code and placed in the server domain. But I am not able to keep it in the application path, i.e in t …
1
vote
4answers
128 views
Does using ./ in relative links work with Windows servers?
Sorry if this is a stupid question...
I've developed an application that creates absolute links by prepending urls with the site root (of whichever site it is hosted).
For exampl …
3
votes
1answer
46 views
Namespace-respecting relative import in Python
I have this folder structure:
package/
__init__.py
misc/
__init__.py
tools.py
subpackage/
__init__.py
submodule.py
I am in submodule. …
0
votes
4answers
66 views
Rails redirect with https
Hi everyone,
I'm maintaining a Ruby on Rails site and I'm confused as to how to perform redirects to relative URLs using the https protocol.
I can successfully create a redirect …
2
votes
1answer
76 views
Find a path in Windows relative to another
This problem should be a no-brainer, but I haven't yet been able to nail it.
I need a function that takes two parameters, each a file path, relative or absolute, and returns a fil …
2
votes
3answers
73 views
Nested Masterpages and CSS files
Hello,
I have two masterpages. A main.Master and a search.Master.
The search.Master is a nested masterpage, which is "inside" the main.Master.
To get my CSS files work with maste …
1
vote
2answers
249 views
Batch File: Resolve Absolute Path from Relative Path and/or File Name
In a Windows Batch script is there any way to return an absolute path from a value containing a filename and/or relative path?
Given:
"..\"
"..\somefile.txt"
I need the absolut …
0
votes
2answers
67 views
Relative URLs in Sharepoint master page
I have a master page with tabs. The tabs are defined by the following sitemap file:
<siteMap>
<siteMapNode title="Home" url="~/" >
<siteMapNode title="S …
