A path, the general form of a file name or of a directory name, specifies a unique location in a file system.

learn more… | top users | synonyms (1)

0
votes
0answers
3 views

path for uploading files using servlets

I am Making a program to uploading files using servlet in java. Here I use Context-param to give path where files are uploaded. here is code.. <context-param> <description>Location ...
0
votes
0answers
14 views

Checkstyle Issues in Build

I am having trouble with adding checkstyle to my build file. I have been attempting to follow the tutorial at http://checkstyle.sourceforge.net/anttask.html as well as look at examples of code that ...
-2
votes
1answer
25 views

Different ways to set imageview if you have path_to_image in hand [duplicate]

I'm seeking different ways to setBackground of imageview, when you have Path to the image in hand. Eg:- Using Drawable class Drawable pic=Drawable.createFromPath(pathName); ...
0
votes
1answer
22 views

Paths.get()… in other words, If you follow the trail you get lost

In my code I have this instruction: Path p1 = Paths.get("c:\\java\\"); Being Path just an interface, I was wondering what get() was doing inside. So I opened the source code in Path.class and ...
1
vote
2answers
39 views

What is the correct path to display an ImageIcon png file for Windows 7?

I wanted to test having a program with a simple png image on it. I wrote a short program that does this, but I can't seem to get the path right. I have checked, checked again, rechecked, and quadruple ...
0
votes
1answer
36 views

Create a file at a given path using C++ in Linux

I want to create a file at a given path that is relative to the current directory. The following code behaves erratically. I some times see the file created and some times do not. That may be because ...
0
votes
2answers
17 views

Find FILE path relative to the htdocs directory

I have a script which displays the images present on a folder. E.g. Script path (from HTDOCS): /admin/global/thisscript.php E.g. Pictures folder path (from HTDOCS): /public/test/images/ Now I ...
-1
votes
4answers
39 views

How to save the text file in a path given by JFileChooser?

I need to save a text File which is already created in a particular path given by JFileChooser. What I do basically to save is: public void actionPerformed(ActionEvent e) { JFileChooser chooser = ...
0
votes
3answers
24 views

How to display images from my own server

Currently I'm using a path like "http://[My IP]/images/example.png" to access an image off my server while I see other codes use paths like "images/example.png" so I was wondering if I was doing this ...
0
votes
3answers
30 views

PHP Parse HTML img tag src path not working

i have some code in HTML that gets parsed by PHP, and i want the image tags to be relative, because the code needs to work on multiple servers. I have index.php in the directory as the folder icons, ...
0
votes
0answers
10 views

qt 5, QFileDialog, win, getExistingDirectory: return dir parameter when I chose an entry on left side of Dialog

QString dir_path = QFileDialog::getExistingDirectory( this , "Open Directory" , "./" , QFileDialog::ShowDirsOnly); When I ...
0
votes
4answers
32 views

Linux - find the path of g++ lib

I installed these two libraries: glut and curl. sudo apt-get install libcurl4-gnutls-dev sudo apt-get install freeglut3-dev when I have to compile a program I use: g++ -o executable file11.cpp ...
0
votes
3answers
18 views

How to fetch time in a batch file and use time as string

I want to fetch the current time and create a folder with the name of the time. How can i fetch the time into a variable? SET %%DESTINATIONDIRROOT = "I:\directory\" SET %%DESTINATIONDIRSEPERATOR = ...
1
vote
3answers
88 views

How to get the path of calling batch file in Delphi?

Is there a way in delphi to determine in which folder the batch file is which called the .exe? For example there are 2 folders and a batch file: c:\application\program.exe c:\files\data.dat ...
0
votes
0answers
16 views

request.path (and url_for) seem to be incorrect

I created a simple dropdown in my view which uses a query string parameter to set the quarter in my app. %select(id="qtr_select" onchange="location.href=this.options[this.selectedIndex].value;") - ...
0
votes
3answers
28 views

php paths differ between ajax use and php use

I just stumbled upon a (at least for me) new weird behavior of paths while using php functions with pure php or ajax calls. If I use just php the path in the php function is like: ...
0
votes
1answer
14 views

'make' error: setting paths for compiling

i got a problem when compiling the netCDF library (parallel version). In particular the problem is related to the different paths I guess. The problem is I'm not the admin of the machinge. However, ...
0
votes
1answer
30 views

Why it is impossible to change 'Build action' resource's property in WPF solution?

Just like on the screen below. For some raeson, I can't change 'build action' property. I'm trying to change window's background using this code: <Window.Background> <ImageBrush ...
0
votes
1answer
11 views

Path definition in makefile

I have a doubt about indicating a path in makefile and I'd like to have a clarification. Suppose my structure is made this way: /home/machinename/softwarefolder/mainfolder ...
1
vote
1answer
19 views

Calculating Path (Polygon) of Path with Stroke - Javascript or Pseudocode

So I have an array of points (x, y) that form a path. I need to calculate the points of a surrounding polygon. Essentially CGPathCreateCopyByStrokingPath if you're familiar with iOS. Unfortunately, ...
-3
votes
0answers
10 views

Not able to save as .json [closed]

How to save a file as .json? When I save it it gets saved as .txt ? I have downloaded a JSON java class package but don't know how to set path.
0
votes
1answer
15 views

Android: How to use Path and PathMeasure propertly

I need to compare one Path Object with another. First I collect all drawn objects in one Path at onTouchEvent: switch (event.getAction()) { case MotionEvent.ACTION_DOWN: ...
0
votes
0answers
5 views

Relative path does not end up same in VS server and IIS

I have a problem here: First the setup: In VS2010 development server, I entered into the web site project settings->Web->Virtual Path as "MyVirtualPath" In IIS, the virtual path is also ...
2
votes
2answers
46 views

python execute system commands (windows)

So I have this uber script which constantly checks the system path for a program (openvpn). When you install openvpn it adds itself to the system path. I run my script in the console and, while it ...
0
votes
3answers
34 views

cmd /C “MyBatch.bat Param1 Param2 Param3” works under WinXP but fails under Win7

This command is in the middle of a large batch file that has worked problem-free for more than 5 years under Windows XP, but when run under Windows 7(32bit) it reports "MyBatch.bat is not recognised ...
0
votes
2answers
13 views

Adding words that curve to an svg document

<svg xmlns="http://www.w3.org/2000/svg" xmlnslink="http://www.w3.org/1999/xlink"> <defs> <path id="path1" d="M25, 100 C10,10 175,10 175,100" /> </defs> <text ...
0
votes
0answers
16 views

Xammp vs webserver - file paths

Probably, this is another noob question, but I really do not get along on my own: I developed a website, where a chart shall be included, using the google-chart-tool. Therefore, a php-file is ...
0
votes
2answers
30 views

What is this $PATH in Linux and how to modify it

I have a few questions on this $PATH in Linux. I know it tells the shell which directories to search for executable files, so: What does it mean an environmental variable? How to change its path? ...
0
votes
2answers
21 views

BAT File - START not working randomly on some Windows 7 machines

I have a bat file I'm using to start up GoogleChromePortable and open a web page in Kiok mode. It works great on my machine and 3 others, except for one where it alerts me that the .exe cannot be ...
0
votes
0answers
22 views

How to add Image, from Path in RDLC Report

Helllo, How to add image from Path In RDLC report?? Where in database only image name is saved. And Reporting Code Like that { EmployeeDataSetTableAdapters.tblAdditionalInfoTableAdapter adpPic = new ...
2
votes
1answer
39 views

Is it possible to avoid MAX_PATH limit using WiX variables?

I'm developing a project in WinForms, and I'm on the process of creating an installer using WiX. But when the installer is going to copy a .dll that comes from a really long path, Visual Studio says ...
0
votes
1answer
46 views

different categories of false file path java

i am making a program where I would read the data from excel file and store them in mysql database. In this program user would give the path of the file that would use. The code for doing so is the ...
0
votes
2answers
21 views

Error to launch IPython shell after source install

I have an account in a CentOS server without sudo permission. As a result, I tried to install IPython from source code by python setup.py prefix=<my home directory>. However, I got the Error: ...
0
votes
1answer
14 views

how to create file according to date

I want to create file according to data.If file exists of todays date then it must not create file .I have written some code path.exists('./LOG/BAlDate-Info' +Date()+'.txt', function(exists) { ...
0
votes
3answers
19 views

Removing Redundancies From a Path

From Java Tutorial:http://docs.oracle.com/javase/tutorial/essential/io/pathOps.html The following examples both include redundancies: /home/./joe/foo /home/sally/../joe/foo The normalize ...
0
votes
2answers
33 views

What does this Path “file:///Users/…” mean?

A Path constructor example from Java Tutorial: Path p3 = Paths.get(URI.create("file:///Users/joe/FileTest.java")); What does the part URI.create("file:///Users/joe/FileTest.java") means? I'm not ...
0
votes
1answer
22 views

Opening file php

Supposing I have a file called "utils.php" where I open a file for writing or reading: $myfile="myfile.txt"; $fileout=fopen($myfile,'w') or die("Not opened"); Now if I have another script UNDER ...
0
votes
0answers
32 views

How to get real path from URI

I know that there is a function to get the real path from URI: public String getRealPathFromURI(Uri contentUri) { String[] proj = { MediaStore.Images.Media.DATA }; Cursor cursor = ...
1
vote
1answer
27 views

How to apply a global dynamic result path prefix in Struts2 so can reskin JSPs?

I have a website using Struts2 as the MVC framework. I need to re-skin the JSPs. I need to have the old JSPs accessible alongside the new JSPs. So I have added a root folder of "/newdesign/" and ...
2
votes
1answer
48 views

Restore MS SQL Database from path other than “c:\Program Files\Microsoft SQL\…\Backup”

I want to reduce the effort of creating a database on the local machine by restoring an empty one instead of creating it via SQL. This is my code so far (DataAccess.ApplicationDirectory is ...
0
votes
0answers
16 views

Counting to infinity and reverse poisoning

I am having trouble understanding at the end of this example why is it needed to poison the path from Y to X letting Z know that Ys cost is infinity? Why wouldn't Y just let Z know that it can route Z ...
-1
votes
1answer
19 views

How to Change the Python Path in Textmate 2.0 beta [closed]

The default version of Python used by the Textmate is 2.6, but I want to use the version of 2.7 I installed in /Library/Frameworks/Python.framework/Versions/2.7/bin. How am I able to change the path? ...
-2
votes
0answers
27 views

Zend Framework Won't Autoload Class

I am using Zend 1.12. I have a controller in one project folder that I am trying to update to call a class from one of my libraries. Prior to my (attempted) update, this controller loaded classes from ...
1
vote
1answer
38 views

Sublime 2 can not find file in the path (LaTeX plugin)

I have a project in directory A and files that I use in all my projects are in directory B. When I moved a .sty file from A to B, the main .tex file does not compile anymore. The error is that the ...
0
votes
0answers
40 views

Reset canvas and set it to be ready to draw [duplicate]

I have read many, many posts on different websites on how to do that, but none of the ideas seem to be working for me. I have an animation of a balls, I can shoot them on canvas one and click a ...
0
votes
2answers
41 views

Iterable<Path> vs Path

Why would not it be possible to place an iterable object into a Path reference (which implements Iterable? Iterable<Path> dirs = FileSystems.getDefault().getRootDirectories(); for (Path name: ...
0
votes
1answer
45 views

Boost (Header only) integration with Cocos2d-X Android Project

I am working on a cross platform cocos2dx game and have problem configuring BOOST framework with Eclipse. As of now, the project is not well organised, since android workspace lie completely outside ...
0
votes
4answers
34 views

How to make a multiple files with 1 path?

How to make a variable in a path in c#? For like creating a user register/login/stats. string UserName = ""; string path = @"c:\File\File\" + UserName + ".text"; I know this doesn't work, maybe ...
0
votes
1answer
40 views

Intent Filters and android:pathPattern

In my application, I want to handle links that use the following pattern: scheme://host/folder1/folder2/folder3/folder4/article I got it to work temporarily, by using the following: ...
0
votes
0answers
12 views

Multiple paths to a library in Eclipse

I'd like to be able to tell eclipse to try multiple locations to find a library. For example: "First try to find the library at Path1. If Path1 doesn't exist, look at Path2" The reason for doing ...

1 2 3 4 5 98