Top "Filesystems" questions

A file system is a way of organizing data on a computer system.

PHP mkdir( $recursive = true ) skips last directory

I've got the following piece of code on a PHP 5.2.4 (no safe_mode) linux server: mkdir( $path, 0777, true ); when I …

php recursion path filesystems mkdir
Write-through RAM disk, or massive caching of file system?

I have a program that is very heavily hitting the file system, reading and writing to a set of working …

linux optimization filesystems ramdisk
Are there any invalid linux filenames?

If I wanted to create a string which is guaranteed not to represent a filename, I could put one of …

windows linux file filesystems filenames
How to evaluate environment variables into a string in Python?

I have a string representing a path. Because this application is used on Windows, OSX and Linux, we've defined environment …

python filesystems environment-variables
How to copy a file to a specific folder in a Python script?

I have the path of a file stored in a variable (say) filePath. I would like to copy that particular …

python file copy filesystems file-copying
How to check whether a directory is a sub directory of another directory

I like to write a template system in Python, which allows to include files. e.g. This is a template …

python security validation filesystems
Locating all subdirectories matching a string or partial string

I basically need to set a variable to a folder path without knowing the full path. My issue is I …

powershell filesystems powershell-2.0 get-childitem
Windows temp directory details (Java)

I'm writing a program that needs a generic temp folder. I'm trying to find details about the Windows Temp folders. …

java windows filesystems directory temp
How can I retrieve local files with NSURL?

I'm here with a question that probably has a really simple answer that I am overlooking... how can I retrieve …

ios xcode swift filesystems nsurl
How to open a file in Android via an Intent

how can I open a file that has been previously stored in the "privat" filesystem? The file is being downloaded …

android android-intent filesystems actionview