DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python name of current file
from
pathlib
import
Path
print
(
Path
(
__file__
)
.
stem
)
#myfile
print
(
Path
(
__file__
)
.
name
)
#myfile.py
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#python
#current
#file
ADD COMMENT
Topic
COMMENT
Name
5+6 =
Submit