Topics
Python OS
About this topic: Articles tagged __TAG__
Showing 95 articlesRelated tags
Topics
Articles
Showing 95 articles
Reference
Python os.path.relpath() Method
The os.path.relpath() is an in-built Python function used to get to a relative directory of a file path.
↗
Reference
Python os.execl() Method
The os.execl() is an in-built Python function used to execute a program or a function.
↗
Reference
Python os.error() Method
The os.error() is an in-built Python function used to handle I/O errors.
↗
Reference
Python os.get_terminal_size() Method
The os.get_terminal_size() method returns the size of an active terminal.
↗
Reference
Python os.waitpid() Method
The os.waitpid() is an in-built Python function used to retrieve a process's ID.
↗
Reference
Python os.stat() Method
The os.stat() is an in-built python function used to find a file's info.
↗
Reference
Python os.path.realpath() Method
This is an article on the os.path.realpath() method in Python. We use this method to get the canonical path of the provided filename.
↗
Reference
Python os.path.ismount() Method
This is an article on the os.path.ismount() method in Python. We use this method to check whether the specified path is a mount point or not.
↗
Reference
Python os.path Module
The os.path module is a collection of several utilities for file system paths.
↗
Reference
Python os.link() Method
The os.link() is an in-built Python function used to generate a hard link.
↗
Reference
Python os.getpid() Method
The os.getpid() method returns the process ID of the current process.
↗
Reference
Python os.path.normcase() Method
The os.path.normcase() is an in-built Python function used to normalize the case of any given pathname.
↗
Reference
Python os.path.lexists() Method
The os.path.lexists() method validates a file system path or a symbolic link.
↗
Reference
Python os.dup2() Method
The os.dup2() method copies a file descriptor to another file descriptor and returns the new file descriptor.
↗
Reference
Python os.system() Method
The os.system() is an in-built Python function used to execute the program.
↗
Reference
Python os.startfile Method
It is the article on os.startfile method in Python that we use to start or open a file with a name associated with it.
↗
Reference
Python os.path.basename() Method
The os.path.basename() is an in-built Python function used to find the basename of a pathname address.
↗
Reference
Python os.supports_effective_ids Method
It is the article on supports_effective_ids method in Python. We use this method to check whether os.access() method supports effective_ids on the local machine or not.
↗
Reference
Python os.get_inheritable Method
It is the article on get_inheritable method in Python. We use this method to get the inheritable flag value of the provided file descriptor.
↗
Reference
Python os.renames() Method
This article discusses the os.renames() method in Python.
↗
Reference
Python os.stat_result Class
The os.stat_result class represents a state of a file descriptor.
↗
Reference
Python os.set_handle_inheritable() Method
The os.set_handle_inheritable() method sets the inheritable flag of a handler on Windows.
↗
Reference
Python os.path.islink() Method
This article educates about os.path.islink() method that validates a symbolic link.
↗
No articles found
Try clearing the filters.