Top "Stat" questions

The stat(2) system call on POSIX systems.

C++ - stat(), access() not working under gnu gcc

I've got a pretty basic console program here, to determine if a folder or file exists or not using stat: #…

c++ c gcc stat
How to walk through a directory in c and print all files name and permissions

Hello i want to make a program in c that recieves the name of a directory as an argument, show …

c stat readdir opendir
How can I get the last modified time of a directory in Perl on Windows?

In Perl (on Windows) how do I determine the last modified time of a directory? Note: opendir my($dirHandle), "$path"; …

windows perl directory stat