which is a non class stream used to find the properties of the file like time of creation , permission , in python code example
Example: how to access a txt file through os library in python
my_file_handle=open("folder/test.txt")
my_file_handle.read()