Most voted "directory" questions
A directory or folder is a virtual container within a digital file system, in which groups of computer files and other directories can be saved and organized. related tags that may be more suitable in some situations: [file], [folder], [sub-directory], [directory-structure], [working-directory], [directory-listing], [directory-permissions]
Learn more…106 questions
Sort by count of
-
-1
votes1
answer34
viewsDoubt about images on Android
images should be in the drawable or mipmap folder in my Android project? I’ve been using the mipmap folder. There is some difference in using these folders in an Android project?
-
-1
votes2
answers3978
viewsI can’t change directories in Git Bash
I try to navigate between directories but I can’t, I’ve tried everything…
-
-1
votes2
answers112
viewsHow to create a file within a directory?
import os def main(): checkDir = str(input('Escoha o diretório do arquivo Python: ')) if os.path.exists(checkDir): print('O diretório existe!') print() nameDir = str(input('Digite o nome do novo…
-
-1
votes0
answers10
viewsReaddirsync does not recognize folder - Bot for Discord
Basically, I am working on a Discord bot, and at the moment I am creating the Helder command, but for some reason, readdirSync does not recognize the folder that stores the files of the commands…
-
-1
votes1
answer165
viewsError when executing Angular project
I’m trying to run an Angular application in my development environment, but I’m going through some problems. I cloned the project repository, ran npm install, and when running an ng serves, the…
-
-2
votes1
answer496
viewsHow to check if a file has been added to a java directory?
I need a program in Java, check if in a directory was added some text file. Could someone help me ?