Hey I had this command
echo exec(‘find mnt/chromeos/removable/SD Card/Progering/localhost pictures -type f’ , $output); foreach($output as $line){echo ‘,’. $line;}
to search through pictures in a folder on my linux computer, but i need something similar for my new windows computer, the purpose is to list all pictures thats fillnames includes a searchstring, given as input from an html inut-tag.
Is it possible just swaping the path?
Any one knows what I can do?
William Knutsson Gustafsson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.