Questions tagged [all-files]
8 questions
3
votes
4 answers
Find out all the files required to run a c# application
I need to generate a list of all the files which are enough to run my application on any machine. I need this for a setup program. When i go to bin/release folder i'm able to see some pdb files and some configuration files, which i think will not be…

Anirudh Goel
- 4,571
- 19
- 79
- 109
2
votes
6 answers
Using an index to recursively get all files in a directory really fast
Attempt #2:
People don't seem to be understanding what I'm trying to do. Let me see if I can state it more clearly:
1) Reading a list of files is much faster than walking a directory.
2) So let's have a function that walks a directory and writes…

Jesse Aldridge
- 7,991
- 9
- 48
- 75
0
votes
1 answer
How to save camera captured image into app instead of DCIM folder in Android?
I am newbies here.
I want to develop an app where i want to save Android default camera captured images to my app not on DCIM directory of Android. for that i try solutions is i added All File Permission but Google not approving that permission.
So…

Utsav Gabani
- 1
- 2
0
votes
2 answers
Policy: All Files Access Permission - App rejected by google play store
i am working on a xamarin forms App, using media storage for reading and writing a txt file. Sometimes i have scenario to access the file from external storage.
I have a scenario where i have to create an txt file in a specific path. The issue is…

Suresh Mahendran
- 11
- 1
0
votes
1 answer
Silverlight windows phone 8.1 FileOpenPicker for all files Continue not working
i create silverlight windows phone 8.1 project and i need to choose all kind of file from windows phone
i used FileOpenPicker for choose the file it redirect correctly and i can choose the file this is my code
FileOpenPicker openPicker =…

Manikandan
- 844
- 15
- 31
0
votes
1 answer
Bash script to execute a python package on all files in a folder
I am trying to run a python package called mETL from PuTTY and use it in all the files contained in a folder.
The python package is mETL and I am using it to load data contained in 3 .csv files called upload-A.csv, upload-B.csv and…

Johan Garzon
- 103
- 1
- 2
- 9
0
votes
1 answer
Referencing all files in a folder and its subfolders of a certain type
In a .bat file I'm executing a compiler with the line
cl -GL -Od -Zi
but I don't know how to reference all .c and .h files in that manner. I was thinking */.c and */.h, but both of those are invalid arguments. Is there…

SSEMember
- 2,103
- 4
- 20
- 28
-3
votes
2 answers
get tree structure of a directory with its subfolders and files using C#.net in windows application
I have a directory '0'(say) and subfolders and files as shown below
0-
0.1
0.1.1
A.rdb
B.xml
0.1.2
A.rdb
B.xml
0.2
0.2.1
A.rdb
B.xml
0.1.2
A.rdb
…

Avenger
- 53
- 1
- 6