Why I can't works whit files in android 10? [duplicate] - android-file

This question already has answers here:
Can't create directory in Android 10
(7 answers)
Environment.getExternalStorageDirectory() deprecated in API level 29 java
(13 answers)
Closed 2 years ago.
It's about a week that I upgrade my android version to 10 before that i can work whit files in my app but now I can't do anything such as:
Can't Create Folder
File internal = new File(String.valueOf(Environment.getExternalStorageDirectory().getAbsoluteFile()));
internal.mkdirs();
Can't Delete folder
File internal = new File(String.valueOf(Environment.getExternalStorageDirectory().getAbsoluteFile()));
internal.delete();
Can't Get List of Folders In side It
File internal = new File(String.valueOf(Environment.getExternalStorageDirectory().getAbsoluteFile()));
String[] internalFiles = internal.list();
please some one help me if you know how to solve this problem.

As was first disclosed back in March 2019, you no longer have access by default to arbitrary locations on external storage or removable storage on Android 10+. add android:requestLegacyExternalStorage="true" to your manifest. Then will work.

Related

Website cannot run on microsoft explorer 11 [duplicate]

This question already has answers here:
Why IE 11 display blank page rendering react app
(8 answers)
Closed 3 years ago.
I have created a webstie using Reactjs.
All things run as well, today I had meet to show my webstie.
The person that I met him, has a microsoft explorer 11.
The site is running perfect on chroome
We tried to run my website on it, we got a blank page, we got just the logo on tap window.
Please if there any one can help me to fix this problem and what is the code I have to add to my app.
my website is: https://944.dk
Many features of modern javascript are not supported in Internet Explorer,
I can see in the IE console that it's crashing when trying to use Object.assign
Which is not available in IE.
It's common practice to compile your web app with something like Babel, which can be used to manage compatibility issues with different browsers.

How to deploy sym linked files with GAE Flex [duplicate]

This question already has answers here:
Multiple services with different dockerfiles on GAE Flexible
(3 answers)
Closed 3 years ago.
I have a GAE flexible app that shares files with another GAE app (these are different apps and not modules of a single app). To avoid duplicate files, I use sym links.
With GAE standard this worked fine, but with GAE flexible, the sym links are deployed as sym links. This breaks my app, because where the links point to is outside of the app.
With GAE flexible, is it possible to replace symlinks with what they are pointing to on deployment?
see: https://issuetracker.google.com/issues/70571662
via: App engine ignores symlinks to directories

Visual Studio is locking the executable which needs to be built [duplicate]

This question already has answers here:
Error: Cannot access file bin/Debug/... because it is being used by another process
(30 answers)
Closed 4 years ago.
I am trying to run the application on which I am working and from time to time Visual Studio is not able to build the project only because it is locking the executable:
This started to happen after the last update of Visual Studio and it does not happen every build but just from time to time. Closing and reopening the solution removes the error temporary but after a few more builds it comes back.
I am trying to build a solution containing more DLLs and one WPF project and the error seems to be on the WPF one.
Does anybody know how to solve this problem in VS 2017?
I have added the bin folder to the antivirus exclude list, restarted the machine and now it seems to work. For a couple of days Visual Studio is not locking anymore the executable so as #Hans Passant pointed in his comment, it may not be a Visual Studio problem.

Google AppEngine Project in PyCharm [duplicate]

This question already has an answer here:
PyCharm is missing project type drop down
(1 answer)
Closed 10 months ago.
I am following the instructions at http://www.jetbrains.com/pycharm/quickstart/appengine_guide.html to create a GAE project in PyCharm. When I click on New Project, I don't see the "project type" drop down box:
Do I need to set some configuration or environment variable so that PyCharm can find my GAE SDK installation?
This is likely because you are using the community edition which does not support GAE or any web framework for that matter.

Save file in Windows 7 [duplicate]

This question already has answers here:
Closed 12 years ago.
Possible Duplicate:
Save file with C fopen
I'm using C language to same a file in c:\SomeDirectory on Windows 7.
Is there any restriction on saving a file under this directory on windows 7?
I'm having trobles with saving this file on this folder, the Windows 7 doesn't allow me (even as administrator) to save the file.
On winXP the program works perfectly.
Could it be that User Access Control is enabled on your system? If you, can you disable for the specified folder and try?

Resources