Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

how to make a hidden folder using python

import os

os.mkdir("folder_name") # Make a folder

os.system("attrib + h " + "folder_name") # Hide the folder

# +h for hide
# -h for unhide
Comment

how to make hidden folders python

import os
os.mkdir(".name_of_folder")
Comment

PREVIOUS NEXT
Code Example
Python :: how to make a ip tracker in python 
Python :: whole loop in python 
Python :: multiclasshead 
Python :: rstudi matplotlib crash qt 
Python :: bash: line 1: templates/addtask.html: No such file or directory in flask app 
Python :: iniciar un projecto de python con pyenv 
Python :: emacs pipenv not working 
Python :: how to modify name of email from divi 
Python :: iterate over meta tag python 
Python :: incremental betekenis 
Python :: Kernel Ridge et Hyperparameter cross validation sklearn 
Shell :: bash watch cpu frequency, linux cpu frequency, linux live cpu frequency 
Shell :: linux check if x11 
Shell :: emu8086 registration key 
Shell :: You are running `create-react-app` 5.0.0, which is behind the latest release (5.0.1). We no longer support global installation of Create React App. 
Shell :: [ERROR] Error while getting Capacitor CLI version. Is Capacitor installed? 
Shell :: install git-lfs ubuntu 18.04 
Shell :: Check if wayland or x11 is used 
Shell :: install openzeppline 
Shell :: update composer ubuntu 
Shell :: install curl on ubuntu 
Shell :: como instalar telegram ubuntu 
Shell :: ubuntu 20.04 install skype 
Shell :: yarn install 
Shell :: git username 
Shell :: kazam install ubuntu 
Shell :: Amazon Linux 2 AMI install docker 
Shell :: see ports in use 
Shell :: install portainer 
Shell :: uninstall foxit reader ubuntu 18.04 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =