comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » writing to a specific directory
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: writing to a specific directory [message #41296 is a reply to message #41101] Fri, 01 October 2004 22:34 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
IDLmastertobe writes:

> My question is how can I write a file to a directory chosen by a user?

file = Dialog_Pickfile(/Write, File='suggestedFilename.txt')
IF file EQ "" THEN RETURN
OpenW, lun, file, /Get_Lun
... etc.

Cheers,

David

--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http:/www.dfanning.com/
Phone: 970-221-0438, IDL Book Orders: 1-888-461-0155
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: writing to a specific directory
Next Topic: Re: Starting the virtual machine

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 07:51:24 PDT 2025

Total time taken to generate the page: 1.12249 seconds