Top "Filesystems" questions

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

Getting the folder name from a path

string path = "C:/folder1/folder2/file.txt"; What objects or methods could I use that would give me a result …

c# path filesystems
Node.js check if path is file or directory

I can't seem to get any search results that explain how to do this. All I want to do is …

node.js path directory filesystems fs
Has Windows 7 Fixed the 255 Character File Path Limit?

As I understand it, the limitation of 255 characters in a file path is a Windows limitation. What is the reasoning …

file windows-7 filesystems
How to recursively find the latest modified file in a directory?

It seems that ls doesn't sort the files correctly when doing a recursive call: ls -altR . | head -n 3 How can …

bash filesystems find
No space left on device

When i tried to scp some files to a centos machine, I am getting the error "No space left on …

linux filesystems centos
What is the difference between VFAT and FAT32 file systems?

I have searched the internet, but could not find any convincing answers; Are the filesystems VFAT and FAT32 the same, …

filesystems fat32 fat
fs: how do I locate a parent folder?

How do I write this to go back up the parent 2 levels to find a file? fs.readFile(__dirname + 'foo.…

javascript node.js filesystems
How can I search sub-folders using glob.glob module?

I want to open a series of subfolders in a folder and find some text files and print some lines …

python filesystems glob fnmatch
GIT_DISCOVERY_ACROSS_FILESYSTEM not set

I have searched and read few post but my problem is not the same as descirbed. So here's the issue: …

git filesystems boundary
Linux delete file with size 0

How do I delete a certain file in linux if its size is 0. I want to execute this in an …

linux filesystems delete-file ls rm