Questions tagged as 'arquivo'

1
answer

Moving files in folders

I have a folder called test . Within this folder there are 1000 sub-folders numbers from 1 to 1000. Inside each of these subfolders there is another folder called reports Within each reports folder there is a file called report.js...
asked by 14.05.2018 / 22:29
1
answer

C-Cryptography

I'm developing a C program that will be able to encrypt and decrypt texts and save them to disk separately. I want to use the ASCII table for the implementation of Encryption, I am able to encrypt but at the time of reversing the text I am ha...
asked by 25.06.2018 / 00:24
1
answer

Uniquely open file C #

Good morning, I need to open a .txt file exclusively so that if another program tries to read, it receives a warning preventing it from opening. The file I'm going to read is a file that contains data in a specific layout and when opening...
asked by 23.02.2018 / 15:29
1
answer

what characters can not be used in file names? [duplicate]

We know that it is common to use systems that save files, would you like to know which characters are invalid to be used as filenames? is there a function that removes all non-letter characters?     
asked by 24.01.2018 / 18:26
1
answer

Get format in which text file was written in FORTRAN

Hello, I need to make a program that reads from an input file that has lines of text written in specific formats and process the read information in order to create an output file with some data of interest. I know all the formats used to write...
asked by 01.02.2018 / 16:31
1
answer

How can I open a file in a void function?

I am trying to open a text file in a int abreArquivoEntrada function, and for this I am sending as a parameter the pointer of type FILE and a vector of char containing the file name, within the function I use to function of...
asked by 03.03.2018 / 21:47
1
answer

How do I access the version of an .exe file with JavaScript?

I would like you to help me solve a small problem. I need to access the property called "version" in my file, and I know this is done in Javascript. But I do not know which tag to use, or what to do to get to it. How can I do this?     
asked by 19.09.2017 / 20:33
1
answer

Read the txt and return it all in a String in Java [duplicate]

I have this code to read txt and I would like to return a string with the txt all copied, but this algorithm it only read the lines and shows how to return all what content did it read in a string variable? public static...
asked by 09.09.2017 / 03:59
1
answer

Reading txt file in C and interpreting the data

I need to read txt files in C and interpret the data from within the files. The files contain parts in TEXT and others in DECIMAL / WHOLE numbers. What I need is to read the whole file and pass the numbers to a Cartesian coordinate structure. Fo...
asked by 27.04.2017 / 07:32
1
answer

Help python getting only the last data from the list

I have a website and need a name separation system: surname with list, the data stays in a txt and I normally import the data stand for example: maria: carla joao: lima I wanted to be able to separate as follows when giving this print in data he...
asked by 28.04.2017 / 04:39