Python file directory

Code examples

6
0

get directory of file python

import os 
dir_path = os.path.dirname(os.path.realpath(__file__))
2
0

open file in python directory

path = 'C:\\Users\\Username\\Path\\To\\File'
file=open(path, "r")
0
0

python file directory

from os import path
dir_path = path.dirname(__file__)
0
0

which folder python os

import os
cwd = os.getcwd()
0
0

how to make all my files to work together in python

>>> import os
>>> entries = os.listdir('my_directory/')

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................