A
Atila Olah
If it is not the right place to ask this, please tell me.
Otherwise, if someone could help me doing the following:
How to get all the details of the files that the OS gets when viewing
them in a folder? Both Windows and Linux solutions are welcome (well,
maybe it'd be better to start with an easier solution. I usually write
programs in Python and I've just read a few C and C++ tutorials. Also I
read how to extend Python with C/C++, so I'll try to make a Python
module with a File class, or something.) Or does anyone know where to
read more about this?
I don't want to use external or third-party modules, just let the OS
give me all the things I need.
Any ideas, links and code snippets are welcome.
Otherwise, if someone could help me doing the following:
How to get all the details of the files that the OS gets when viewing
them in a folder? Both Windows and Linux solutions are welcome (well,
maybe it'd be better to start with an easier solution. I usually write
programs in Python and I've just read a few C and C++ tutorials. Also I
read how to extend Python with C/C++, so I'll try to make a Python
module with a File class, or something.) Or does anyone know where to
read more about this?
I don't want to use external or third-party modules, just let the OS
give me all the things I need.
Any ideas, links and code snippets are welcome.