Questions tagged as 'path'

1
answer

Image Path Ionic 2

I'm new to Ionic, I come from native development with android and I'm a bit lost in pointing out images at IONIC. I'm creating in the home page, which I call HOME, a menu with four options where the background of each option will be images....
asked by 05.04.2017 / 18:53
2
answers

Point to a folder before DOCUMENT ROOT?

Below is the structure of the folders: /home/web/site/public_html If I give echo $_SERVER['DOCUMENT_ROOT'] I'm going to get the path to public_html, but I'd like to leave some inaccessible files directly through the URL so I'm putt...
asked by 19.01.2017 / 13:41
2
answers

How to pass names of a file to a DataGridView using FolderBrowserDialog?

How do I pass the name of the files that were found inside the selected folder? So far I've only been able to get him to get the file's path and move on to DataGridView and now I want to make him pass the name too. Here's the code p...
asked by 15.12.2014 / 15:28
1
answer

Retrieve value from PATH environment variable in Linux using Java

I did not find a good topic on this subject and decided to create this question for those who are experiencing this problem. When using System.getenv("PATH") , all values of this environment variable are not listed. Tested points: Exec...
asked by 19.10.2018 / 19:21
1
answer

Define the smallest path in graphs

Hello, I'm starting to see graphs now, I'm trying to create a program where the user enters an adjacency array and the program calculates the smallest possible path from the start node to the end and that all the edges have the same weight, but I...
asked by 09.08.2016 / 02:23
1
answer

Access files in C: \\ giving error: Access to path (...) was denied

I'm doing a program in C #, which needs to access all files and folders on the computer. It turns out that when I go to access a folder or file near C:\ , it says this message:    Access to path 'C: \ 2953323222e00ecf35c7' has been deni...
asked by 10.11.2017 / 14:08
1
answer

Inverted path, walk backwards

Hello. I've been trying to know if I can reverse a path? How can I reverse a path and then follow normally? for example I need to revert a path to this string (LPCWSTR path =) so I need to get back a few folders and then follow the normal pat...
asked by 17.03.2017 / 04:14
1
answer

Error in eclipse

I installed and configured java jdk 9.0.1 and also eclipse as java ide in eclipse when I create the project gives me error And as soon as I start typing "System.out.println" this error window appears How can I resolve this? Thanks  ...
asked by 24.10.2017 / 14:56
1
answer

Get path where python file is called

I created a python file and left it available to access from every location on the system, but for many applications I need the path where the python file was called by the system, but I did not find any way to get this value on the internet, so...
asked by 15.08.2017 / 19:19
1
answer

Problem with zipfile logic with Python

I'm trying to make a script with python to zip xls files. I've been able to get it into the directory and it's adding everything inside a .zip file. But I wanted it to go through all the subdirectories and only bring the .xls files and no...
asked by 20.05.2018 / 16:17