1
vote
1answer
14 views
Code snippet paths in GCC
Background: Keil C51 on a PC, currently moving to GCC (CrossPack-AVR) on an iMac.
Since I write firmware for micro's I have a lot of 'driver' source files etc. that I need to incl …
1
vote
1answer
44 views
How to get file path of the file with the running-vba code.
I want to get the folder path from the file who is running the vba-code.
For example: the vba-code is in the file C:\myfolded\file.accdb and I want the vba-code to return C:\myfold …
1
vote
5answers
47 views
How to display abbreviated path names in .NET
I have a fixed-length field I'd like to display path information in. I thought in .NET there is a method that will abbreviate long path names to fit in fixed length fields by inse …
1
vote
7answers
43 views
php relative and absolute paths
I have read that when including a php file that using a absolute paths has a faster processing time than relative paths.
What would you suggest to use?
include("inlcudes/myscript …
0
votes
3answers
52 views
Check if files with absolute and relative path exists
Is there a way to check whether files (with either an absolute or relative path) exists? Im using PHP. I found a couple of method but either they only accept absolute or relative b …
0
votes
2answers
66 views
Dynamic Paths in Helper
hello,
Im trying to create a helper method for my admin links. in quite a few
views i have the code
<% if current_user %>
<%= link_to "Edit", edit_model_path(model) %> …
4
votes
5answers
103 views
Calculating the path relative to some root- the inverse of Path.Combine
Is there a reliable way to calculate the inverse of Path.Combine()?
Path.Combine("c:\folder", "subdirectory\something.txt") might return something like "c:\folder\subdirectory\som …
0
votes
1answer
34 views
iphone 2d drawing newbie question
Hi All,
I've been programming the iphone for a couple of months now and have 3 apps in the store already.
However, I have not done any kind of graphics programming in the platfor …
0
votes
1answer
28 views
iphone sqlite database paths issue
Hello Every1,
i maintain a sqlite db in my iPhone app so, i was wondering how u could persist a single version and updated one.
its said that if want to make updates to the db u …
0
votes
1answer
190 views
How to derive a relative path using Ant
I'm using Ant and mxmlc to compile ActionScript classes and MXML into swfs, while maintaining the default organization of a Flex Builder (Flash Builder) project. Many of my Action …
0
votes
3answers
33 views
php paths that work on both local (mac) and remote server
Hi Guys,
I'm testing a website on my local machine and I'm wondering what would be the best way to write paths to make sure they work when I upload the site to its final location …
1
vote
4answers
103 views
.NET: System.IO.Path
Given a string that is to a directory, how can I make sure there's a closing \ character? For example, C:\foo is a directory, and so is C:\foo\. Is there a System.IO.Path method th …
1
vote
1answer
55 views
path problem with mod_rewrite, XDebug, PDT, XAMPP and Windows XP
My mod_rewrite turns accounts/create into index.php?folder=accounts&action=create, but pdt ignores it, so when I try to start a PHP Script debug session, I have to type a folde …
0
votes
2answers
38 views
What is the difference between LocalUserAppDataPath and UserAppDataPath?
In System.Windows.Forms.Application there are two properties called LocalUserAppDataPath and UserAppDataPath. On this computer (running Vista) these corresponds to C:\Users\UserNam …
2
votes
1answer
24 views
What is the best form for get the home directory on Windows and Linux from a PHP Script?
I need something like:
get_home_user($username)
