Questions tagged as 'filesystem'

1
answer

how to use the httpdocs folder of the hosting as public of laravel?

I have a problem with my plesk hosting, I have my project finished in laravel 5.1 and locally everything works fine, I make product registrations and upload the files. the detail is when I upload my page to the plesk hosting, and the public fold...
asked by 04.07.2018 / 16:32
0
answers

Access to SDCard Android memory

My goal is to be able to have an information backup that my app generates in a removable memory in Android and that persists even if I delete the app or delete the app's data from the application manager. I have the following problem, I try t...
asked by 16.11.2017 / 23:34
0
answers

Nodejs and MySQL: LOAD DATA INFILE sends error "No such file or directory"

I want to do a LOAD FILE from Mysql from Nodejs but I get an error { Error: EE_STAT: Can't get stat of '/var/www/node/importacion/api/csv_files/bulk_for_mysql_410201713121.txt' (Errcode: 2 "No such file or directory") My script is as follow...
asked by 04.10.2017 / 20:57
1
answer

Copy a large file using FileSystem.CopyFile in VBscript

I use FileSystem.CopyFile to copy a 1GB file to another directory. Meanwhile, another program needs to determine that the file has already been completely copied to carry out its work. How can I determine that the file has already b...
asked by 04.07.2017 / 18:39
1
answer

File.Exists (path) returns unexpected result

I am new working with C # and I need to know if certain files exist in a directory, which is in the same location as the app. For this I use File.Exists(path) , but in all cases it returns false while the paths of the analyzed files...
asked by 18.05.2017 / 19:55
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