python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Get the mtime of a symlink and not its target in Python
In Python (and Python2) on macOS, when I use
os.path.getmtime('/path/to/a/symlink')
I get the modification time of the symlink's target. - How do I get instead the modification time of the symlink it...
halloleo
Votes: 0
Answers: 1
Linux kernel 5.4 how to change code that modifies status change time of a file?
I've found Setting creation or change timestamps, I want to try kernel modification path from the linked answer: https://stackoverflow.com/a/17066309/14557599. However, the answer is 8 years old and a...
Martian2020
Votes: 0
Answers: 1