Questions tagged as 'arquivo'

0
answers

Apache poi how do I add file in excel spreadsheet

I would like to know how I do apache poi to add a file to the spreadsheet it created. The file type is a 150 KB .WAV. I have read the documentation but would like to see a simple example to understand better. Thank you.     
asked by 13.03.2018 / 13:40
0
answers

Python3.5 - Import multiple files from a 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, datetime # Caminho do arquivo a ser importado...
asked by 28.12.2017 / 13:40
0
answers

Implementation of an AFD to read multiple strings

I have to determine if the strings in the file belong to the AFD. I was able to do just for a string. The goal now is to read more than one string, but I could not do the implementation, it always ends up in a loop or any other error. What ti...
asked by 14.12.2017 / 11:59
2
answers

Search for C # file path?

I need to find the path of a .wav file in C# . I can find and run .wav with the full path "c: \\ pathx ...", however, I need the application to find the file in any directory it is strong>. I tried to do this: var file = ne...
asked by 09.12.2017 / 14:32
0
answers

How do I save issues in an array of pointers

Good evening I come here to try to dispel a programming problem that occurs to me. In this solution, I have a file with several questions, each question being a question of one of the following 3 themes: GEO - Geography MAT - Mathematic...
asked by 12.11.2017 / 01:28
0
answers

Retrieve threaded list of .bin file

I'm programming in C and I have a code that uses a 50-position sequential list to store the first address of several linked lists in each of their spaces, so that's fine, the problem is when I fill in the list and write to a .bin file, because a...
asked by 12.11.2017 / 22:32
0
answers

Outgoing file error

In an exercise, I need to read an input file as follows: # add # Jabuticaba # Fruto de jabuticabeira. Jabuticabeira. # add # Vacilar # Não estar firme. Cambalear. Oscilar. Tremer. # add # Jacapa # Pássaro brasileiro escuro, de bico branco. # s...
asked by 16.11.2017 / 19:11
1
answer

TXT file on android

How do I write a TXT file on android using delphi 10 Seatle? I have tried this way and only the error; try file1 := TIniFile.Create(System.IOUtils.TPath.GetDownloadsPath+PathDelim+'postogestorcoletor.ini'); file1.WriteString('postoge...
asked by 27.10.2017 / 17:19
1
answer

Problem with Stack Algorithm

I started programming in C # recently and I'm already having some problems ... I took a URI exercise to train and I have an "error" that I do not know how to solve. I've looked for several places and found nothing. Anyway, let's go the situation...
asked by 22.10.2017 / 06:15
3
answers

Writing and reading file via JavaScript

Is it possible (if so how) to do the following method with JavaScript? The person types in a form some arguments, When you click send it will execute a JavaScript code, In this code the function will get the form information and will ope...
asked by 03.03.2014 / 23:18