python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Save an .xls file in a specific folder
I have a web_scraping script, which generates a download, resulting in
a .xls file
I can't save this .xls file in the folder I want.
I would like to save it to a local folder
I tried like this:
impo...
user18697299
Votes: 0
Answers: 1
Qt and Android 11: accessing file in download folder
I developed an app using QT 5.15 that need to read some kind of files in Android Download folder.
All it's OK until Android 9.
In Android 10 I added the manifest flag "requestLegacyExternalStorag...
pgabo
Votes: 0
Answers: 2
Copy Sharepoint folder to local drive
I'm new to power automate and have been searching on Microsoft forums and googling a flow to copy all contents of a sharepoint root folder (Documents) to a local drive and cannot find an easy straight...
Gerson Miguel
Votes: 0
Answers: 1
Issue with slashes (\) in listdir
I have been having issues when trying to insert information to listdir.
initially, I have tried to manually put in the info:
for file in os.listdir(r'H:\My Documents')
where I get this error: [Errno 2...
gestak
Votes: 0
Answers: 2