Questions tagged as 'arquivo'

1
answer

File generated in Android does not appear in windows Explorer

I can save the file on my micro sd but connect the mobile device on the computer through a USB file does not appear in Windows Explorer. <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> public void ExportarAr...
asked by 10.12.2015 / 12:56
1
answer

How to convert binary files to String securely?

Operating System: Windows 10; Ruby Version: 2.2.1; Server Application: Apache 2 (mod_cgi); I should create a script that reads a file, converts it to text, and after a possible processing, send the result to the user. The current proc...
asked by 25.08.2015 / 03:37
0
answers

Edit doc file through C #

I have a program that generates barcodes, inserts them into a .txt file and prints this file. What I want is for these bar codes to be inserted into a doc file with a label paper template (in this case they are Pimaco labels size 6287) so...
asked by 02.07.2015 / 18:21
2
answers

Display all directories and files contained in them

I'm trying to mount a file tree where in addition to displaying the directories of the computer is also displayed its files. The code I've done below is only listing the specified directory, in this case C:\ . But the directories contained...
asked by 07.05.2015 / 21:24
1
answer

Write to file, replace words / numbers

I have this code that is supposed to read a file and erase all the numbers that are there, the file is type a list of words, Ex: "Ana \ n Bruno \ n 123 \ n 10 \ n ... ". A line has letters or numbers, never the two mixed together. What I...
asked by 20.03.2015 / 09:10
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
5
answers

How to list files in a directory and subdirectories that contain a specific text in Linux? [closed]

How to list all the files in a directory and subdirectories that contain a specific text and along the corresponding line in which the text appears in Linux?     
asked by 29.01.2014 / 20:32
2
answers

Reading files without a blank line

How do I avoid reading a blank line in a file, for any operating system, using the Python language?     
asked by 08.08.2016 / 01:58
2
answers

How to group text file according to parameters of the first line in C #

I was able to merge several text files from the same directory into a final text file, grouping the same codes and summing their respective amounts, using the following code (credits to friend Vitor Mendes): Dictionary<string, int> valor...
asked by 23.05.2014 / 14:12
2
answers

Limit file size

I created a file import method. I would like to know how to limit the file to the server.     
asked by 19.02.2016 / 03:24