Questions tagged as 'arquivo'

1
answer

Read / Write information in .cds file

I have taken a project to develop in C #, the project is based on reading information from a .txt file and writing the information to an existing .cds file that is used on a system developed in Delphi. I searched for an API that...
asked by 10.10.2015 / 23:30
1
answer

Android Download Directory

Hello, in my app I download a CSV file, but it never appears in the Downloads of the smartphone, I can only see if it is with the File Manager. And also when I try to pass the file to the computer, I can not find the directory that was saved. Th...
asked by 24.08.2015 / 22:10
2
answers

Save data to a text file for later reading

I would like to know how I save some data as an example, in the case numbers, in a text file so that when I close the application the data will still be saved and when I open it I can retrieve it.     
asked by 15.08.2015 / 00:08
1
answer

How to program to open a specific file type?

I would like to learn to tinker with files, good for example programming in java and working with file CBR , those files HQ or Gibi For this there are specific libraries for each file or class ready or else would have how to c...
asked by 17.06.2015 / 14:26
3
answers

Error writing binary file in Python

I have a program in Python that receives a binary file via parameter and writes this file. However, when it writes the file, some characters it replaces with a series of numbers. Below the original file I get as a parameter: ÐT_Ö / ¤Ð樮kMμû...
asked by 31.05.2015 / 22:00
2
answers

save a data type to a file in c language

I have this data structure: typedef struct { ListaCartao tabelaCartao[HASHSIZE]; ListaArtigos tabelaArtigos[HASHSIZE]; char localidade[MAXLOCALIZACAO]; }tCelulaSuperdume, *SuperDume; SuperDume superMercadoLocal[CONJUNTOSUPERDUME];...
asked by 09.05.2015 / 03:58
1
answer

How to remove a line from a text file

Hello. I am creating a program that opens, saves or deletes links. However, although I can remove the selected item from the list of links, I can not delete the line from the file that corresponds to the selected item. I researched SOEN and foun...
asked by 30.03.2015 / 01:58
1
answer

Problem uploading files [closed]

I have a code block to do upload files, however whenever I try to upload a message appears saying "Please send files with the following extensions: jpg, png or gif ". I'm trying to upload a docx file and I've already specified this:...
asked by 19.01.2015 / 13:18
1
answer

Can I point to project files in this way?

Working with PHP, it is very easy to put a path scheme into a file, but in Java the schema might be different? Can I point to a file starting, for example, by src File.separator ? Example: private static final String MODELS_PATH...
asked by 28.12.2014 / 19:16
1
answer

How to open a file that is inside the solution with Process.Start

I added my solution in C # to a folder called "files" inside that folder will be placed some standard documents that can be analyzed at the time of registering some projects. I have a combobox in the form for the person to choose the f...
asked by 29.12.2014 / 19:10