Questions tagged as 'path'

1
answer

How to compare directory path names?

I have two paths: C:\anacarvalho\Database\Updates\2017\2017_04\20170419_AC - Path selected by folder browser dialog . C:\anacarvalho\Database\Updates - Path that is the root of the system. I need a way, that tells me if...
asked by 09.06.2017 / 11:09
1
answer

Do not specify the path to a batch file

To open a file on my computer, just put the path. C: \ Users \ User \ Desktop \ example \ example2.txt But if I am to create a batch for another computer, assuming there is a folder on the desktop called "example" and a file inside it called "ex...
asked by 19.11.2017 / 03:40
1
answer

How to run programs without a specific path

Example: I want to automatically do a search of the program I write, and if you find an ".exe" application it will run it, if it does not find it, send a message saying that the program is not installed on your computer. Process.Start(Progra...
asked by 04.09.2017 / 04:30
3
answers

PHP as per the path and name of a file in variables

Hello. I have a table that should show the name of the files and the date they were updated, but nothing appears. In HTML I only have <table><?php tabela("/arquivos/formularios/*.*"); ?></table> And in PHP: function tab...
asked by 08.08.2014 / 20:38
1
answer

Android open image by path

We can see that there are several tutorials on how to save the path of an image, being a photo of the camera or selecting from the gallery, until then ok, but how to search the image again for its path? I tried in several tutorials but I could n...
asked by 10.07.2015 / 17:49
1
answer

url from the root of the site

Good afternoon, I would like to clarify a doubt that I have for some time in PHP. For example, in the case below, I have the site translation system, but it only works for the directory it is in, ie it only works if it is included in pages in...
asked by 02.08.2015 / 17:01
1
answer

PATH_INFO does not show "extras"

I'm using $_SERVER["PATH_INFO"] to pass values to the backend through the url, other than ?chave=valor , instead, /:valor/ (I identify the colon and return a variable with that name) when I have a request for url //valor/...
asked by 11.07.2018 / 22:32
1
answer

HTML - Relative path of HTML does not find the files

I have a desktop application with a installer , so the file paths are dynamic , I use a webBrowser in the application to simulate a protocol with HTML, CSS and JS files to be lighter than generating via WinForms . The problem is that HTML i...
asked by 28.06.2018 / 15:18
0
answers

Is there a way to use the built-in php server without adding php to Path?

Is there a way to use php's built-in server without adding php in the windows environment variable path?     
asked by 17.06.2018 / 17:06
1
answer

Recursive query does not return records when the parent product and the child product have the same code

I have a table that maps a production line. Home The fields are: Product: Output product of the machine. Home ParentProduct: Input product. Home Machine: Machine code. Home I'm using CTE's to get the data recursively. This works when the Produc...
asked by 23.04.2018 / 15:00