Questions tagged as 'mkdir'

1
answer

NPC creates a file instead of a directory

What is the reason why npc creates a file .ebextensions. instead of a folder .ebextensions. I try to use excec and mkdir simple .ebextensions. Command and it does not work. ncp('package.config', './build/.ebextens...
asked by 17.03.2017 / 20:39
1
answer

mkdirs () do not create folders on my sd card

Good morning programmers ("the magicians"). I'm going to the following: I need to create files on the SD card, whenever I try to create it ends up creating it in the memory of the phone and not in the external SD. My code is as follows: String...
asked by 09.03.2018 / 13:06
0
answers

undefine in nodejs when creating folder

From the database I'm getting ip and id , and when I want to create a folder and put the ip as the name I get undefined and the folder is created but with the name undefined, inside of that folder I am creating a photo and th...
asked by 23.07.2017 / 18:21
1
answer

Assign two variables to a path in PHP _FILES

I have the following code to save files in php, it works correctly, I create the route with the corresponding id well $permitidos = array("application/pdf"); $limite_kb = 8360; if(in_array($_FILES["acta"]["type"],...
asked by 28.11.2018 / 21:08