Top "Createfile" questions

The Windows CreateFile API function

Converting a string to LPCWSTR for CreateFile() to address a serial port

I seem to be having a bit of a TEXT / UNICODE problem when using the windows CreateFile function for addressing …

c++ string unicode createfile
makedirs gives OSError: [Errno 13] Permission denied: '/pdf_files'

I'm trying to create a folder inside a folder, first I check if that directory exists and create it if …

python operating-system directory createfile
Creating a Random File in C#

I am creating a file of a specified size - I don't care what data is in it, although random …

c# performance createfile
Create and download a text file using php

Here's what I'm trying to do. I have a series of reports that they also want to be able to …

php download createfile
Adding timestamp and custom name to a File uploaded via PHP

I was looking for a way to add a timestamp and a custom name to a file uploaded to my …

php date file-upload timestamp createfile
CreateFile() returns INVALID_HANDLE_VALUE but GetLastError() is ERROR_SUCCESS

I am opening a serial port using CreateFile(). I've got a testcase (too complicated to redistribute) that consistently causes CreateFile() …

winapi serial-port createfile iocp getlasterror
CreateFile() Serial Communication Issue

I am trying to do some serial communication through my usb port (named COM15), and I am getting an error. …

c++ serial-communication createfile getlasterror
Reading a File while it is being written by another process

I'm trying to read binary data from a buffer file which is continuously written to by a different process (that …

c++ windows file winapi createfile
create a file in the script using python

I am new to python. I wanted to know if I could create a text file in the script itself …

python createfile
Phonegap - Creating a .txt file on first load

I am creating a phonegap app and need to create a new .txt file on first load. After this I …

javascript html cordova createfile