Questions tagged as 'path'

0
answers

Get Crystal Report specific path

I'm doing a desktop application where I should print a crystal report where I take your location as follows: Path.GetDirectoryName(Path.GetDirectoryName(Application.StartupPath)) + "\Reports\POH2.rpt"; But this form no longer works for me...
asked by 11.09.2018 / 20:30
0
answers

Accessing with Python a file in path with spaces

I have the file "C: \ Program Files (x86) \ executable.exe", but when trying to run it with os.system (), since it has spaces, an error occurs in "C: \ Program" because it does not read beyond the first space. Do you know how to solve this pr...
asked by 31.05.2018 / 16:14
0
answers

Create directory tree (list) from routes - PHP

I have to deliver a project tomorrow and I came up with a last minute thing, after making a query to MySQL I get several routes: /Fotos /Fotos/Viajes /Fotos/Viajes/Madrid /Fotos/Viajes/Barcelona Each route is a row in the database, for e...
asked by 21.06.2018 / 19:39
0
answers

"python" is not recognized as an internal or external command, program or batch file executable

I have an error and I do not know how to solve it. When I try to execute the python command this error appears in the cmd "python" no se reconoce como un comando interno o externo, programa o archivo por lotes ejecutable. I have a...
asked by 11.05.2018 / 15:07
1
answer

Doubts about image routes

Inside the emulator, the path of an image appears to me:    /storage/emulated/0/Pictures/Screenshots/454980.png But with the following code: @Override protected void onActivityResult(int requestCode, int resultCode, Intent data) {...
asked by 25.04.2018 / 00:58
0
answers

Error in xamarin routes

Hi, I have VS 2015 Community Edition, and Java 8 JDK. I want to start a Xamarin project, but I get the following error: Warning An unexpected error occurred trying to initialize Android Designer. Please verify the Android SDK path and the Jav...
asked by 22.04.2018 / 17:54
1
answer

Read text file delimited by pads in JAVA

I have a text file of the form: Pomace oil # 2.11 # 0.21 # 7 Sunflower oil # 5.14 # 0.1 # 3 I need to read and store its contents in different variables, that is, until the first one in one, until the second one in another, etc. I am...
asked by 07.12.2017 / 00:10
0
answers

what's wrong with this path that the double route brings me?

I get a relative path in this way String path = getClass().getResource("/META-INF/persistence.xml").toString(); and throws me this exception:    java.io.FileNotFoundException: C: \ Users \ Priojects \ Documents \ NetBeansProjects \ Jav...
asked by 02.11.2017 / 19:26
0
answers

PATH persistent problem on a server with Python

I try to download Graphlab on a server with the following tutorial . I downloaded it and programmed it with the tools I had wanted to try: (gl-env)ubuntu@ip-172-hey-hey-hey:~/Eclipse-Stats$ source deactivate discarding /home/ubuntu/anaconda2/...
asked by 28.07.2017 / 15:51
1
answer

Copy content from one path to another path

Greetings to all, this is a doubt that maybe I can not explain enough. It turns out that I'm doing as a practice a program that makes backup copies. Then I have the path source (where the files to save come from) and the path target...
asked by 05.03.2017 / 13:03