Questions tagged [file-location]
94 questions
0
votes
1 answer
view *.txt files in listbox
Good day all, I have read through all the posts I could find, but none helped me.
I have a listbox that should list all the files in a folder called data that is in the same location as my app.
Problem is, I tried varies codes but i'm still failing…

Simeon EM
- 1
- 6
0
votes
1 answer
adding a sub folder using activeworkbook.path syntax
ok so this is a short peace in a big workbook... All i am trying to do is tell it a certain place to save.
ActiveWorkbook.SaveCopyAs _
FileName:=ActiveWorkbook.Path "\OLD " & Range("D1").Value & ".XLSM"
This does exactly as it is supposed to…

Daniel Roy
- 105
- 8
0
votes
1 answer
CSS stylesheet working from one location but not another
I've been working on a basic website using just HTML and CSS. The files were saved to a network location and worked fine when previewed in different browsers. I'm doing this at work, so I wanted to take it home and work on it. I copied all the files…

elarinya17
- 57
- 3
- 8
0
votes
1 answer
Wherre can I find the SSMS Schema Definition .xsd File Location?
I am working on a project and would like to take a look at the .xsd Schema definition file for SSMS Code Snippets. Hoping somebody here could help me out, I know it needs to be somewhere, I just can't seem to find it.
I found the visual studio file…

Mark Kibbe
- 11
- 3
0
votes
1 answer
Trouble with nuget pack
I am using Nuget.exe version 4.3.0.4406 with a local nuget gallery and am seeing a mismatch between package locations.
When I install a package it installs to c:\projects\ProjectX.1.0.0.0.
However when I try to pack a project that references…

Telavian
- 3,752
- 6
- 36
- 60
0
votes
2 answers
how to get image Details form mobile folder location
We have image path like
cdvfile://localhost/persistent/DCIM/Camera/1395167011485.jpg.
OR
file://localhost/persistent/DCIM/Camera/1395167011485.jpg.
We need get image details using this path.Image details like Image Name,height, width.We are…

Pavan Alapati
- 635
- 2
- 8
- 21
0
votes
2 answers
InDesign links in XML
Overview: we have created a custom plugin for InDesign that allows a user to upload files to our FTP with the same credentials they have for our online based software. When a user clicks "upload package" this allows them to choose where the package…

user86184
- 11
0
votes
1 answer
Which file-path to use with localhost after moving site from static environment
I have a static website that is locally stored in the C drive: C:\site
I've now created a new site within IIS and pointed it to that location.
When I type 'localhost' in the browser, it pulls up the sites index.html
The issue is I've lost all CSS /…

HerbalChaos420
- 147
- 1
- 2
- 14
0
votes
2 answers
NetBeans locate a file under app's root folder
In my project called App, I have a controller, which contains a complex object that has a field referencing App/img/blue.jpg:
myApp.controller("myController",function($scope){
$scope.message = "Home Page";
$scope.Photo1 = {
name:…

Dylan Czenski
- 1,305
- 4
- 29
- 49
0
votes
1 answer
Excel cannot find my Macro
I have a Worksheet.Activate macro for pasting information that has been working for over a year now. I have multiple users using the macro with no problems. Recently one user is having this error whenever they paste into this worksheet that…

theMagicOne
- 23
- 6
0
votes
1 answer
How to save folder path/location
I want users to be able to save files to a certain location so I need to save the folder path they want. I want to do something like the way to change the download location in Google Chrome:
I know to save a file I could use

user123456789
- 1,914
- 7
- 44
- 100
0
votes
1 answer
Wordpress sub menu on mobile devices?
I am having problems with my WordPress sub-menu, on a desktop computer it appears fine but on a mobile device it does not show? Is their anyway I can change this?
Also what file does the navigation code sit within? Hopefully I can have a look for…

keithyboi
- 63
- 7
0
votes
1 answer
"pip install wheelpackagename" copying few files to specified location (package is in local pypi server)
When I do "pip install wheel-package-name" I want few of files inside package go to specified folder location and few other files to some other specified location. package is in local PyPI server.
I have tried many ways not getting options for this.

manasa mb
- 1
- 1
0
votes
3 answers
C# File directory issue
I have created a high score file for my game and I am having problems reading it.
When I change computers my USB drive changes letter .eg from drive E to drive G.
This is causing problems with reading the file. (as I use string path =…

Chris Devine
- 67
- 7
0
votes
1 answer
Bootstrap glyph icons files
I have a MVC 5 internet application that uses Bootstrap 3.0. I have a android application that links into a webservice for the internet application.
My question is this: Where are the Bootstrap glyph icons stored? I wish to add some of these glyph…

Simon
- 7,991
- 21
- 83
- 163