Most voted "briefcase" questions
Folder, commonly called directory, is the name given to certain "drawers" on a storage drive. Basically they are structures that divide certain storage units into various parts of varying sizes, such as rooms in a house. A folder can contain files and/or other folders.
Learn more…13 questions
Sort by count of
-
3
votes1
answer753
viewsHow to run a script without worrying about special characters?
I made a batch for windows to install some programs and make settings automatically, it worked normally, but when doing a test using a folder that had space in its name it stopped working, put in…
-
2
votes3
answers4694
viewsHow is the structure of projects in python?
I would like to know if there is a pattern or good practices as to how to structure a Python project. For example, I will make a CRUD using MVC. Something very simple. In JAVA I would create a…
-
2
votes1
answer3724
viewsHow to link files in different folders?
I’m having difficulty making a link between two HTML pages, the hierarchy of the folder is this: I want to link the file: J: Totem_app XPLACES acess cid_vitoria 1_acru.html that has a button in your…
-
2
votes1
answer43
viewsHow to create a module for a specific folder?
opa, all right? I tried to create a module in Go language in visual studio. The module refers to a folder called "1 - Packages". but when I write the code only appears this. I’m starting in…
-
1
votes1
answer72
viewsCreation of Recursive Folders
The Problem: I wonder if there is a more practical way than using the control structures IF/ELSE for creation of folders recursively, based on the inputs that the user typed. Context: For example,…
-
1
votes1
answer5425
viewsHow to open folder in windows via an HTML link?
Folders are opened through the browser. I would like you to open your own Windows folders. I’ve tried to do the following:…
-
1
votes2
answers1183
viewsHow to create a Python directory inside a server?
Using the function mkdir it is possible to create a file in any directory inside the folders of the computer: Import os diretorio = "C:\\Users\\CRIACAO 2\\Desktop\\teste" os.mkdir(diretorio) But…
-
1
votes0
answers589
viewsPython3.5 - Import multiple files from one folder
I have the following code: __author__ = 'Jones_Santos' # !/usr/bin/python3 import os from __init__ import mycursor, connection import csv import os from datetime import datetime, date, timedelta,…
-
0
votes1
answer89
viewsAdd code to the Workbook using a macro
I have a code that records who prints the document, but I have a thousand documents and I have to enter the code, I already have the code to put modules, but I need one to put in the workbook to…
-
0
votes1
answer91
viewsUsing another path to pull files from a folder outside Directoryinfo
My project is running perfectly, but I’d like to replace that path DirectoryInfo to another who pulls himself straight from the folder without using my directory. Code: public List<Arquivos>…
-
0
votes1
answer68
viewsMonitor if files were inserted in a specific folder
Good morning friends, I would like an opinion or dirty from you in the following situation: In one of the company’s clients who work in the financial sector daily makes a download of an archive of…
-
0
votes2
answers125
viewsUse . htacess to change site to another language
Good afternoon, I have a website that needs to have the English version, so I thought I would have a folder /Eng/ and just change this url but the site in Portuguese I already use htacess to have…
-
0
votes0
answers20
viewsSelection of the Downloads folder instead of the project in Pphstorm
I downloaded Phpstorm and went to select the project that was inside the Downloads folder. In this, I ended up selecting the "Downloads" and my problem now is that what I bass is not recognized. In…