Write to a specific directory

How do I write text to a file of a specific directory without having to use a save file dialog?

Thanks

Use FolderItems to get a reference to the file & write
Hard to answer without much more specificity since this is kind of vague

see http://documentation.xojo.com/index.php/FolderItem and http://documentation.xojo.com/index.php/SpecialFolder

[quote=45153:@Norman Palardy]Use FolderItems to get a reference to the file & write
Hard to answer without much more specificity since this is kind of vague

see http://documentation.xojo.com/index.php/FolderItem and http://documentation.xojo.com/index.php/SpecialFolder[/quote]
Found it. THANKS