Questions about programmatically accessing individual folders.
Questions tagged [folder-access]
12 questions
1
vote
1 answer
How to open a network path folder in windows explorer on click of link from Mozilla Firefox?
I want to open a network path folder in windows explorer on click of a link from mozilla firefox. After research, came to know that opening a folder from Mozilla and chrome is not possible as like IE. Is there any way to write any click event in c#…

Ajoe
- 1,397
- 4
- 19
- 48
1
vote
1 answer
Access folder from cross domain Dedicated Server (Asp.net)
We have two different website which share same database on dedicated server.
For example:
www.student.com
www.Teacher.com
Teacher will upload files on www.Teacher.com/Upload.
Student is user of (www.student.com) and he will access files from…

Wajid khan
- 842
- 9
- 18
1
vote
0 answers
Access Device Storage files like music photos etc in Xamarin Forms
I want to make a music player which will play the music from device's music gallery, in Xamarin Forms.. i couldnt find a way to access storage folders.
I tried PCLStorage but i think its not made to access that storage.

Sameer Kamran
- 227
- 4
- 15
0
votes
0 answers
Locking folders from accessing in windows
I want to write a python script that can run at the background and monitor the folders accessed. If a particular folder is accessed, it should ask for password. If the password is correct, the folder can be accessed or else not.
But I do not know…
user22121507
0
votes
0 answers
Why isn't Dir() function in VBA seeing every file in a folder?
I am using the Dir() function to assess all the files in a folder and open the latest revision automatically. The latest revision of the file is always the latest in the alphabet (e.g. file 1234AA is ignored, and file 1234AB should be opened).
I've…

JimW2
- 1
0
votes
1 answer
Python + Selenium: Chrome driver can't write to cookies folder
Using the python + selenium chromedriver with a specific user folder to keep my cookies and settings saved with the following code:
chrome_options = Options()
chrome_options.add_argument("user-data-dir=cookies")
driver =…

Archer Sterling
- 1
- 1
0
votes
1 answer
Full access to a folder in Delphi
I'm writing a function to check important settings in the program.
Among other things I would like to check if I have read and write access to a folder.
Is there any way to check this with Delphi?

Handas
- 33
- 1
- 8
0
votes
1 answer
Access local folder in colab
I want to create a function to read files from the folder one by one in the colab.
I have tried below that i.e. I uploaded my folder into My Drive and then tried to access it from there.
But still, it is showing the error.
from google.colab import…

Mukul Kumar
- 564
- 1
- 5
- 24
0
votes
1 answer
Images are not showing on PDF after changing application pool setting on IIS Server
We have one application hosted on Windows 2016 server and with this there is one shared drive as well which holds some images.
Recently we have changed application pool of the site and also added that user on shared file system.
After this change,…

kreya
- 1,091
- 5
- 24
- 52
0
votes
1 answer
I want to access resources in uwp
Firstly, sorry this beginner's question.
But i'm really don't know the concept of path
I want to save my image files on uwp's resources History folder that i created.
So that I can open that images or save them.
But i can't find a way how to access…

Kay
- 173
- 14
0
votes
1 answer
Providing folder permission and accessing it from another server IIS
I have two servers Server A and Server B. I have an application running in Server A. I'm trying to access contents from a folder in Server B and from the application running in Server A.
The Server A application is running from IIS and I'm using…

Balasubramanian S
- 1,345
- 12
- 16
0
votes
1 answer
Detect Folder Access in Objective C or C++ on OSX (Like fs_usage command)
I'm working on a realtime virus scanner on OSX. The OSX's command line command fs_usage can be used to determine folder access in the following way (and can only be run as root user):
fs_usage -w -f pathname | grep…

Volomike
- 23,743
- 21
- 113
- 209