Question : Recently I had a problem identifying the current page. I was using __FILE__ to get the current file, […]
Tag: arquivo
How to list the names of the files that are in the directory?
Question : The output of the following method is: C: Users User Desktop files filename.jpg How can I get […]
How popular is a JTable using a .txt file?
Question : I would like to know how to make a JTable popular using a pre-existing text file. IhaveaquerytableandIwanttheusertoputtheaccountnumber,itshowsthedatainJtableandalsohowcanIdothefilteringbytheagencynumber? Thedatafrommytextfile: […]
Full file path in Python
Question : I’m using the os.listdir() method to return a list of all files, however the return is just the […]
Txt file not found when generating .jar file
Question : I have a Java application, this application has images, and I had the same problem: when I generated […]
How to create an index file using tree B +
Question : I have a B + tree that acts as the index of a data file. This index should […]
Comparing user-typed variable with file variable
Question : Within my arquivo.txt file I keep two strings “nome” and “senha” , they stay one below the other. […]
Manipulation Directories java / python / c
Question : I have a directory A, and this directory A has several subdirectories, and in each subdirectory, it has […]
How to extract the extension of a file in Javascript?
Question : There are some cases where I need to capture the extension of a file (that is, a string […]
Count distinct names saved in txt
Question : I have a txt file with users’ names separated by line as follows: diego sergio antonio maria diego […]