A couple file related questions:

1) I'm working on Linux, but I want this to work on Windows as well.  
When I concatenate a file name I have to use "/" to separate 
directories.  Is there a way I can specify something like 
Java's "File.separator" that will be translated appropriately depending 
on the OS?

2) I want to use a FilePicker to specify a file to save to, but it's not 
possible to specify a file that does not yet exist with the FilePicker, 
and I've gone through all the interfaces a FilePicker has and look at 
all the dialogs that seem fitting for this.  I want to be able to 
either pick an existing file or specify a new one, the same way it's 
possible when saving a document for the first time or when 
picking "Save As."  For now I have to use a FolderPicker, get a folder, 
then ask for the file name with an InputBox.

Is there some way to get a full path from a FilePicker to a file that 
will be created but does not exist yet?


Thanks!


Hal

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to