Tagged Questions

1
vote
4answers
89 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 …
0
votes
3answers
59 views

Shortest path with a fixed number of edges

We were discussing this problem in class, and were unable to come up with a solution I found satisfying. The problem: Find the shortest path through a graph in efficient time, wit …
0
votes
2answers
13 views

svg: center of path

Hi I'm trying to draw a label on a polygon of an svg file. The problem I'm facing is to find out roughly the center of this polygon to place the label, as the path's coordinates a …
0
votes
4answers
82 views

How do I make Python pick the correct module without manually modifying sys.path?

Hi, I have made some changes in a python module in my checked out copy of a repository, and need to test them. However, when I try to run a script that uses the module, it keeps …
0
votes
1answer
63 views

<input type=’file’> IE Gives full path, FF gives only filename (or directory browse) [closed]

Possible Duplicate: Can’t get the complete address while uploading a file I need the full path. I'm trying to give the functionality of local bookmarks, ie user want …
0
votes
3answers
31 views

Attaching file not having the complete path name

Whenever I try to attach any file from HTML page in web browser(either Google chrome or Mozzila) and send to Servlet, I'm getting just getting the name of the file without having i …
2
votes
5answers
100 views

read string backwards and terminate at first ‘/’

I want to extract just the file name portion of a path. My code below works, but I'd like to know what the better (pythonic) way of doing this is. filename = '' tmppath = '/di …
3
votes
1answer
61 views

Regex for file names, with no url?

How can I write a regex which will replace any file name, with it's folder path, but wouldn't match url? and wouldn't match in url? For example it should match: /images/something. …
0
votes
4answers
22 views

Line is erased when drawing shapes

Hi, I am trying to make an application for drawing shapes on screen by touching it. I can draw a line from one point to another- but it erases on each new draw. Here is my code: …
0
votes
1answer
25 views

The Script Path of an included PHP script?

Is there a way to achieve the following? In my /www/var/public_html/index.php file i have this <?php include('database/connect.php'); ?> And then in /www/var/public_html/ …
0
votes
0answers
25 views

intelligent path truncation/ellipsis for display

I am looking for an existign path truncation algorithm (similar to what the Win32 static control does with SS_PATHELLIPSIS) for a set of paths that should focus on the distinct ele …
0
votes
4answers
28 views

How to export an Excel from dataset and save it into a specific path without showing the save as box

Hi, I have a code to exporting dataset to excel working fine, I want to exporting the excel into a specific location on the server, my code is down here and what changes should I d …
0
votes
2answers
18 views

Adding an image to a JTooltip without knowing the image’s path (due to the image being a temporary ressource)

To be a little more specific: I've built a simple multithreaded TCPServer (Java) which communicates with clients (C# / mono). On request the Clients take a screenshot and send it t …
2
votes
7answers
112 views

Unix paths: officially work in Python for any platform?

Can all paths in a Python program use ".." (for the parent directory) and / (for separating path components), and still work whatever the platform? On one hand, I have never seen …
0
votes
5answers
47 views

php include virtual path

In my live site I have php include() and require() that have full path such as: /www/mysite.com/webapps/mmh/head.php or /www/mysite.com/webapps/ROOT/zip/BoundaryWizard.php Now, I …

1 2 3 4 5 24 next
15 30 50 per page