Top "File-access" questions

Questions about programmatically accessing individual files.

How do i resolve EXC_BAD_ACCESS errors encountered in iphone development

I'm trying to do a simple thing; read an image from the internet, save it to the app's documents directory …

iphone objective-c cocoa-touch file-access
Notepad beats them all?

On a Windows Server 2012 R2 system, a Kotlin program uses FileChannel.tryLock() to hold an exclusive lock on a file, …

windows locking notepad file-access file-locking
Docker COPY command give 777 access to the copied file

In my docker file I have below command: USER gerrit COPY gerrit-default-config /var/gerrit/etc/gerrit.config Running the image …

linux docker file-access
How do I access a file inside an OSGi bundle?

I am new to OSGi and created an OSGi-bundle which I run in the Apache Felix OSGi-container. There is a …

osgi apache-felix file-access
Howto synchronize file access in a shared folder using Java (OR: ReadWriteLock on network level)

I have multiple applications running in one virtual machine. I have multiple virtual machines running on one server. And I …

java synchronization file-access
Android 10: What are my options to save files on external storage into a directory called "/sdcard/my-app/"

Up until Android Pie I always stored files which the app needed to get stored on /sdcard/my-app/, which I …

android android-external-storage file-access android-10.0
File is used by another process. How to know which process?

I keep getting that exception in my program. How do I know which process locked it, either by program code …

.net windows file-access
What is sys.stdin.fileno() in python

I am sorry if it's very basic or already asked before (I googled but couldn't find a simple & satisfactory …

python file-access
Java - Access file with user authentication

I have a server where I work with a database and files using a java app. When I start my …

java authentication file-access