The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
31 views

CreateFile in Kernel32.dll returns an invalid handle

I'm trying to create a safe file handle for "C:" using the CreateFile method of kernel32.dll which always returns me an invalid handle. Any help on what am i doing wrong here?"C: CreateFile( ...
0
votes
1answer
14 views

i am trying to develop apps that work online and offline

I am trying to develop apps that store data online, but sometimes the wifi is off. How can I make this work when the wifi is not enabled? I have created one app that works, but it stops working ...
0
votes
0answers
21 views

Create file and subfile Dir in internal storage, and read from it

I have a dictionary in which dictionary source stored in res file directory and i am launching the app it copied the source to external SD card, when dictionary is launching it reads its source ...
0
votes
3answers
75 views

NSFileManager createFileAtPath failing on iPad but works on Simulator

I am trying to write a simple log file for each execution of my app. The logfile name is based on the current time and is stored in the app directory. The code below is what I am trying which works ...
0
votes
3answers
40 views

Create blank plist programmatically (in DocumentsDirectory)

So normally I save data to a plist (just data that I don't really care if a JailBroken phone hacked, like users preferences and stuff) except when the user first launches the app I create the plist ...
-2
votes
1answer
38 views

Java, read a line of text and write in seperate file [closed]

This is very stupid to ask but I want to know. I have to read a line of text and write in seperate file. I know how to read a line and work on that text but I don't know putting both together. I have ...
0
votes
0answers
88 views

CreateFile not working, doesn't even detect errors when given an invalid argument [closed]

When I use HANDLE file = CreateFile(L"MyShader.cso", GENERIC_READ, FILE_SHARE_READ, nullptr, ...
1
vote
2answers
84 views

Map reduce implementation per text file

I need to count term frequency of each word per document so i want to implement map reduce functions per text file.how to implement map() and reduce() per text file? And another problem in Map-Reduce ...
1
vote
1answer
77 views

Is there any way to use OpenTextFile for Server purposes?

I am using the following piece of code and it works perfectly fine when used locally, but can it be used for server purposes?? function WriteToFile(data) { var currentdate = new Date(); var ...
1
vote
0answers
57 views

OpenTextFile gives error Automation server can't create Object

I created this method to create a text file as log for a page that has different buttons that call functions with parameters from different textfields: function WriteToFile(data) { var ...
1
vote
1answer
36 views

ReadFile COM full batch

I'm using winapi (in C) to read a batch from a comport using the following creating the port: hSerial= CreateFile(COM5, GENERIC_READ | GENERIC_WRITE, 0, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL ...
0
votes
1answer
39 views

jFugue Creating and Saving MIDI files

i'm trying to write a MIDI with jFugue with the "saveMidi" method, but I keep having the same error: "The method saveMidi(Pattern, File) in the type Player is not applicable for the arguments ...
0
votes
2answers
83 views

So i stumbled upon something… File scan Media scanner connection

How would i use the media scanner connection to make files visible to Android file transfer. referring to a question here (Android File Transfer cannot see a folder created by app) currently im ...
0
votes
1answer
93 views

How can I get a handle on keyboard in vb net?

This is my keyboard: ----------------------------------- Win32_Keyboard instance ----------------------------------- Availability: Caption: Enhanced (101- or 102-key) ConfigManagerErrorCode: 0 ...
0
votes
3answers
153 views

Append text at the end of a text file in win32 api [closed]

I am trying to open a text file, write some data into it and then append some more data at the end of the data already written to the file, but this doesnot work. Can anybody help me figuring out the ...
2
votes
2answers
80 views

Text File created by CreateFile() function is not displayed

I am trying to open a text file. if the file does not exists, then it must be first created and opened. I have written the following piece of code for this purpose. The code works fine, it also ...
0
votes
1answer
100 views

create file, exception cases in java

In Java (newer version) and windows xp (ntfs): 1 - Existing file f, Files.createFile(Paths.get(f)) : FileAlreadyExistsException 2 - Existing file f, Files.createDirectory(Paths.get(f)) : ...
-5
votes
4answers
954 views

Creating csv file using java [closed]

I'm currently working on creating a csv file in Java. I have the below code but doesn't seem to work. String newFileName = "Temp" + fileName; File newFile = new File(newFileName); I don't know what ...
3
votes
2answers
282 views

C# File handling - creating a file and opening

This is what I did to create and write on my file: Create_Directory = @"" + path; Create_Name = file_name; private void Create_File(string Create_Directory, string Create_Name ) { ...
-2
votes
1answer
20 views

Create a batch to update a file - right click to update [closed]

I'd like to create a batch file to make automatically the following action: right-click on a file and then select update. This is a file that needs to be updated daily and someday you could forget... ...
1
vote
2answers
221 views

Reading a File while it is being written by another process [closed]

I'm trying to read binary data from a buffer file which is continuously written to by a different process (that I cannot modify). I'm using the following code in order to open the file: fileH = ...
0
votes
1answer
97 views

MASM ReadFile failed because of a bad handle value in EAX register

I want to convert the following C++ program in MASM (The goal is to open an existing file, write a string into it and at the end read the file) : void __cdecl _tmain(int argc, TCHAR *argv[]) { ...
0
votes
0answers
266 views

Create kml file from c#

I am using c# with asp.net and I am trying to create a kml file from a result I get by processing a query from my databsae. As a dll I am using sharpkml. The following is the method I managed to write ...
0
votes
2answers
120 views

CreateFile() return an invalid pointer with the address FFFFFF

I just want to read a file using the function CreateFile such as following : #include <iostream> #include <windows.h> #include <stdio.h> int main(int argc, char **argv) { ...
0
votes
1answer
68 views

Does CopyFile place any lock on the source file?

When I copy a file with CopyFile, will the source file be locked in any way? Say - if the copy operation starts, and then someone wants to open the source file, will it succeed? What if the "someone" ...
0
votes
1answer
49 views

ubuntu in openvz, file creation has a future time

I have a ubuntu 10.04 system in a openvz contaioner. now, I get a problem of the time & time zone. I have change my timezone to Asia/Shanghai by the command: sudo dpkg-reconfigure tzdata and ...
0
votes
1answer
79 views

Using win32Com (does not exist in current context)

I'm trying to use the Win32 API to write my own small library for connecting to a serial port. Unfortunately all the sample code that I find uses the kernel32.dll (which I can do) but the createFile ...
0
votes
1answer
237 views

powershell create multiple files from csv with specific content

So, the problem is that I must create a 300 ini files. In CSV file I have a computer names and MAC addresses. Ini files must be named as MAC addresses. For that I have solution: $data = Import-CSV ...
0
votes
1answer
356 views

Windows API - CreateFile() with OPEN_EXISTING set returns error code of ERROR_ALREADY_EXISTS (183)

I am trying to open a named pipe using CreateFile(): g_hPipe = CreateFile(szPipeName, GENERIC_READ | GENERIC_WRITE, 0, NULL, ...
0
votes
1answer
57 views

Is it possible to use output from raw_input() as a new file name?

I'm wondering if it's possible to use the return from raw_input()to create a file name? What I have so far: import os from Tkinter import Tk from tkFileDialog import askopenfilename Tk().withdraw() ...
2
votes
1answer
263 views

CreateTextFile not working when hta is set to open as notepad by default (javascripting)

I'm getting this really weird problem when I try to create a text file using javascripting and a hta file. This is the code broken down to its basics: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML ...
2
votes
3answers
98 views

How to un-CreateFile

Let us say that i am writing data to a file handle: hFile = CreateFile(filename, GENERICREAD | GENERICWRITE, 0, null, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, 0); //[snip error check] try { if ...
0
votes
1answer
177 views

Difference between OPEN_ALWAYS and CREATE_ALWAYS in CreateFile() of Windows API

Can anyone explain what the difference is between the creation dispositions OPEN_ALWAYS and CREATE_ALWAYS of the CreateFile() function of the windows API? To me it seems that they both simply 'create ...
0
votes
1answer
179 views

Best way to create a lot of small files?

I want to create a lot (1 million) small files as quickly as possible, that's what I'm doing now: for(long i = 0; i < veryVeryLong; i++){ using (var fs = new FileStream(path, FileMode.Create, ...
0
votes
0answers
43 views

Create file vs Append file. Which one is use more usable ?

Everyday, I have to transfer ~1 MB txt files to FTP. I have two options I put whole content in a string variable and write directly to a file or I can create the file than append data line by line to ...
-1
votes
2answers
44 views

Not creating file via my browser

when I run my page on my local host it does not create the file. I have given read and write permissions to the folder site. i have used system and exec functions and when i run the page via the ...
1
vote
1answer
51 views

How can I create files and zip them without writing the files to disc?

I want to create 5 different files that store data from my database. I want to zip up the 5 files and have this function return the zip. Can I create the 5 files without actually writing them to ...
-2
votes
1answer
102 views

create a new file if doesn't exist

This is my main.cpp: int main () { FILE* file_name; file_name= fopen("email1.clear","wb"); return 0; } I run it with the ssh (Linux): g++ main.cpp -o main but no file has been created. ...
2
votes
0answers
221 views

C# Access Disk Drive as UNC Path (Windows 8)

I have a function that I'm trying to get working. My intention is to be able to get a file handle (IntPtr) object so that I can call "Win32.DeviceIoControl" against it. It works just fine in Windows ...
0
votes
3answers
139 views

Undesirable alignment when writing csv file using write.table in R

I am trying to write and append my output to a csv file using R. First, the program will write the header and then inside a for loop append the generated rows. An example code is as follows: ...
1
vote
1answer
109 views

dos assembly can't write file

I wrote a 16 bit .com file which create a file but it don't create any file. I tried on windows 7 32 bit. and inside dosbox. the source code is here how can I write to a file? org 100h ...
1
vote
2answers
826 views

How can I create text files with special characters in their filenames

Demonstration of my problem Open a new Excel workbook and save these symbols 設計師協會 to cell [A1] insert the following VBA code somewhere in the editor (Alt+F11) execute it line per line (F8) Sub ...
0
votes
0answers
29 views

How to map opefile to CreateFile API in existing code as both API return different type?

I have huge file handling code based on OpenFile and need to replace opefile with CreateFile API as openfile has some limitation. I am able to map both this API to some extent using msdn ...
0
votes
2answers
399 views

MS Detours Express 3.0 is not hooking CreateFile win32 API function properly

I am trying to hook win32 API function "CreateFile" using MS Detours, but when I test it by opening a *.doc file using MS Word, The CreateFile call for DLLs and font files and directories loaded by MS ...
1
vote
2answers
210 views

How to open the file system of a volume in CreateFile?

The MSDN page on CreateFile says: The string "\\.\C:\" can be used to open the file system of the C: volume. However, the following code always returns an error : ERROR_PATH_NOT_FOUND. HANDLE h = ...
3
votes
2answers
117 views

Accessing files with invalid names in Windows

I'm running Windows 7 in a VirtualBox on an OS X 10.8 host. The host has a shared folder with a file named >>>FILE<<< inside. Apparently, OS X itself has no problem with such file ...
1
vote
1answer
140 views

Why is my javascript file creating a file in one location but trying to read it from another?

I created a variable to hold a relative path because I cannot have a direct path since this will be installed on different PCs. var mainUrlCONST = "../../annotations/annotate.xml"; When the initial ...
5
votes
1answer
213 views

Why is Windows's CreateFile(<no share access>) lying to me?

I'm trying to prevent a third-party DLL in my process from reading a file I've opened, and I've found it to be... well, impossible. No matter what I do, no matter what share flags I specify, their ...
0
votes
0answers
116 views

Is fopen_s easy to refactor into CreateFile

A program creates a file on a windows machine to log its progress. At the end of the program the file is closed and remains on the system. Users with network access want to open the file remotely to ...
1
vote
1answer
214 views

Create a file in a directory using perl

How can I create a new file, in witch I intend to write, in a existing directory using open() in perl? I tried like this: my $existingdir = './mydirectory'; open my $fileHandle, ">>", ...

1 2 3 4 5