Questions tagged [file-location]
94 questions
0
votes
1 answer
How to stop user losing Core Data file after iOS update
I have an ios app on the app store which in the latest upgrade, the users have lost their data. For this release, I had to change the location of the user's sqlite file (long story).
The original file was in \Documents\myApp.sqlite. With the…

guinnessman
- 65
- 1
- 5
0
votes
1 answer
Window Phone 8.1: Confusing about file location and writing data
I'm trying to read and write data with json file.
I created some class.
public class SimpleTask{...}
public class DayTask{...}
public class DataModel
{
...
private async Task GetSimpleTaskAsync()
{
if (_daytask.Count != 0)
…

Tung Cao
- 81
- 1
- 9
0
votes
1 answer
Delphi XE5 Android problems locating file
I have problem to find and open a file that I have stored on my phone from my pc.
Despite the fine solution in this answer I can't get it to work.
I'm running on a HTC Sensation Z710e
Here is the code I'm trying to run:
function GetSDCardPath:…

Lars Ljungberg
- 313
- 1
- 6
- 19
0
votes
1 answer
Print PDF to file location along with file name
Hey guys I'm trying to create a macro that prints pdfs. I have the PDF creation down the problem i am having is the file path location along with creating the file name based on the sheet name. I believe my coding for the file path is off. Maybe the…

Ship72
- 93
- 1
- 9
- 20
0
votes
2 answers
How do I access a header file/find its location?
I'm running through some source code that I was given, but I'm accessing it through SSH. It includes a header file or two which i'm not familiar with and I don't believe is part of the C libraries that are provided.
Is there a way that I can do…

Riptyde4
- 5,134
- 8
- 30
- 57
0
votes
1 answer
Getting full path of the file selected via input file type
From my web page,i just want to browse a video file and then get its full path,so that i can use the path to stream the video file through VLC ,using the command line process.
For this purpose i dropped a file type control into my web page.
After…

Vipin Nair
- 517
- 4
- 9
- 33
0
votes
1 answer
Save PDF to location to folder on save
I've been searching for something I thought would be simple to find.
I have a form that takes the input fields and places the values on to a fillable PDF.
PDFDocument template = new…

Jon Harding
- 4,928
- 13
- 51
- 96
0
votes
5 answers
ASP.NET Website where to save generated files
I have a ASP.Net website and in some cases it's generating .pdf-files and .csv files for users to download.
Now my question: What is the default directory for saving that files on the webserver? Is there any ASP.NET Folder like App_... or something…

Nagelfar
- 803
- 2
- 8
- 21
0
votes
2 answers
Imagick using different directory and database PDF to thumbnail JPG
When I use a php script using imagick basics in the same folder where the image is and using the filename the output is perfect, it outputs the image of the PDF's 1st page:
// Read page 1
$im = new imagick( 'Miami_Guide.pdf[0]' );
// Convert to png…

cchap
- 371
- 1
- 3
- 6
-1
votes
1 answer
Where is "mysqld-auto.cnf" located? (MySQL)
I use MySQL on Windows. At the moment, I'm looking for "mysqld-auto.cnf" to check persisted system variables but I couldn't find it.
Actually, I could find "my.ini" whose path is as shown below and I know that for Windows, "my.ini" is used instead…

Super Kai - Kazuya Ito
- 22,221
- 10
- 124
- 129
-1
votes
1 answer
Variable Storage Location - Best Practice?
I'm trying to learn how to be better at storing my variables outside of the current application in which I'm working. I mostly work in building add-ins for applications such as Excel's VBA and DraftSight's AutoLisp, and most of my work doesn't…

G Beck
- 131
- 1
- 14
-1
votes
2 answers
problem installing apk file
hey guys,i created a google map based application in android using eclipse..i created an apk file of the application and transferred the apk file to my google nexus one phone...but after successfully transferring the file i was not able to locate…

chetan
- 1,385
- 4
- 15
- 31
-1
votes
1 answer
this.getClass().getClassLoader().getResource("").getPath() is NPE possible here?
I got code review comment that below line could return NPE
this.getClass().getClassLoader().getResource("").getPath()
As I'm refering self class, is any chance I can get NPE?
I found this answer which says if I load external file then there is NPE…

Swapnil Kotwal
- 5,418
- 6
- 48
- 92
-1
votes
1 answer
Relative path does not work for JavaScript, does for CSS
I'm on a LAMP stack - here is my file structure.
html
main.php
javascript
main.js
style
main.css
From main php I attempt to include the JS using:
It doesn't work (404) but this does..

Craig
- 1,648
- 1
- 20
- 45
-1
votes
1 answer
How can I access a file that I have created externally? AKA where is the file?
I'm in the process of trying to create a backup/restore (export/import) process for an SQLite Database App.
Although I appear to have created and populated the file (OK I now know that I have). I cannot see the file in DDMS nor in Windows Explorer.…

MikeT
- 51,415
- 16
- 49
- 68