>If you want the user to choose a subdirectory
>of "c:\old_d\harsh\ver747Dev", you should try :
>=======================
>directory := Dialog
> requestDirectoryName: 'Choose Directory'
> default: 'c:\old_d\harsh\ver747Dev\*'
> version: #old
> ifFail: ['']
> for: Dialog defaultParentWindow.
>=======================
>Bye !
>Olivier
>
>-----Message d'origine-----
>De :
[hidden email]
>[mailto:
[hidden email]] De la part de Jim Harsh
>Envoyé : mercredi 3 août 2011 22:02
>À :
[hidden email]
>Objet : [vwnc] Dialog not opening in the directory I want.
>
>Hi All,
>
>In our application, I have a Dialog to request
>the directory holding the data to be processed,
>which is usually a subdirectory of the current
>directory. While working in the workspace
>(normally the current working directory is in a
>value holder), the code looks like
>
>directory := Dialog
> requestDirectoryName: 'Choose Directory'
> default: 'c:\old_d\harsh\ver747Dev'
> version: #old
> ifFail: ['']
> for: Dialog defaultParentWindow.
>Transcript show:directory printString;cr.
>
>When the Dialog opens, the Look in: field has
>c:\old_d\harsh and the Directory Name field has
>ver746rc In other words it opens one level higher than I want it to.
>
>
>What method should I use to have the Directory
>Dialog box open in c:\old_d\harsh\ver746rc rather than in c:\old_d\harsh ?
>
>
>Thanks
>Jim
>
>_______________________________________________
>vwnc mailing list
>
[hidden email]
>
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc