X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 28 Nov 2011 13:31:26 -0700 Message-ID: Subject: system mkdir From: Fitzy To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id pASKVkxo014847  Hello,   I have a program which I wrote using Visual Studio 2010, everything works fine there. Now I'm trying to get it all running properly under Cygwin.  It is compiling successfully, but the following does not work: system("mkdir temp"); I use this to create a temporary directory to which temporary files are written.  It is then deleted when the program is finished.  Under VS this command works, under Cygwin it does nothing.  I've tried various alternatives "sudo mkdir temp" etc...  But can't find anything that will programatically create a directory under Cygwin.  Does anyone know how to do this? Thank you! -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple