Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I once used hidden files under windows (not only the boring hidden type, but also the system hidden type the 1337 haxxor can not find by changing the file explorer settings) and python could read/write them without problems :o
-
You can, just not with the usual open(filename, "w") way. Use r+, truncate, then proceed as normal:
https://stackoverflow.com/questions... -
suprano38065y@jallman112 so you mean to tell me someone didn’t check StackOverflow before posting this? ππ but good to know though. Thanks. π
-
-
Parzi86505ythere's a way to do it without fucking up attributes... idr how off the top of my head, but there is a way.
EDIT: nvm, @jallman112 gave the link. Beat me to it... -
@C0D4 I am complaining about Windows not being complicated enough. The whole point of Arch is to make everything as complicated as possible. Duh.
-
Bubbles65975y@c64forthewin they succeeded. I like a mix of challenge and ease. Linux is definitely harder to manage than Windows (at first)
Related Rants
note to self: python won't write to a file if it is hidden in windows
random
python
files
windows