Top "Creation" questions

Do not use.

Create a txt file using batch file in a specific folder

I am trying to create a batch file which will create a text file in a specific folder. I am …

batch-file directory creation
How to create a dynamic file + link for download in Javascript?

Typically, HTML pages can have link to documents (PDF, etc...) which can be downloaded from the server. Assuming a Javascript …

javascript file dynamic download creation
How do I provide a file path in Mac OS X while creating a file in Java?

File f = new File("C:\\Temp\\Example.txt"); f.createNewFile(); On executing, a new file named "Example.txt" will be …

java macos file creation
How to create div with class

I'm trying to create a div and give him a class but it doesn't work. Could anybody help me? $(document).…

jquery creation
dynamically declare/create lists in python

I am a beginner in python and met with a requirement to declare/create some lists dynamically for in python …

python list dynamic creation variable-declaration
JAXB and constructors

I'm starting learning JAXB, so my question can be very silly. Now I have classes and want generate XML Schema. …

java constructor jaxb creation
I want to create xlsx (Excel) file from c#

This is a code which could create only create xls file. But I want to create xlsx (Excel) file; how …

c# excel cell creation
How can I create a text file using JavaScript?

I am trying to create a text file using JavaScript. I have tried the following code, but this didn’t …

javascript google-chrome text-files creation filesystemobject
How to write data to a text file on Arduino

I have some position data continually coming in and I am currently printing it to the serial. Say I have …

string file text arduino creation
Test a file date with bash

I am trying to test how old ago a file was created (in seconds) with bash in an if statement. …

bash file datetime creation