Top "Filesystems" questions

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

How do I copy a file in Python?

How do I copy a file in Python? I couldn't find anything under os.

python file copy filesystems file-copying
How to use glob() to find files recursively?

This is what I have: glob(os.path.join('src','*.c')) but I want to search the subfolders of …

python path filesystems glob fnmatch
Exploring Docker container's file system

I've noticed with docker that I need to understand what's happening inside a container or what files exist in there. …

linux docker filesystems
What's the best way to check if a file exists in C?

Is there a better way than simply trying to open the file? int exists(const char *fname) { FILE *file; if ((…

c filesystems cross-platform
Server.MapPath("."), Server.MapPath("~"), Server.MapPath(@"\"), Server.MapPath("/"). What is the difference?

Can anyone explain the difference between Server.MapPath("."), Server.MapPath("~"), Server.MapPath(@"\") and Server.MapPath("/")?

asp.net path directory mapping filesystems
open_basedir restriction in effect. File(/) is not within the allowed path(s):

I'm getting this error on an avatar upload on my site. I've never gotten it before and nothing was changed …

php filesystems
How to recursively find and list the latest modified files in a directory with subdirectories and times?

Operating system: Linux Filesystem type: ext3 Preferred solution: bash (script/oneliner), ruby, python I have several directories with several subdirectories …

linux recursion time filesystems
Quickly create a large file on a Linux system

How can I quickly create a large file on a Linux (Red Hat Linux) system? dd will do the job, …

linux file filesystems
copy all files and folders from one drive to another drive using DOS (command prompt)

i want to copy all files and folders from one drive to another drive using MS-DOS. How to do it? …

file filesystems backup dos copy-paste
How to recursively delete an entire directory with PowerShell 2.0?

What is the simplest way to forcefully delete a directory and all its subdirectories in PowerShell? I am using PowerShell …

windows powershell windows-7 filesystems delete-directory