Hi Terry,
> f = volume ("My Files Hard Drive").child(My docs).child(My New docs)
1. You forgot the Quotes in the child folder names.
Actually in the project I did not forget the quotes, in the email I did.
The problem here is that:
f = volume ("My Files Hard Drive").child("My docs").child("My New docs") is
not accepted by the compiler, it needs something like this
f = volume (1).child("My docs").child("My New docs")
and that is accepted.
> 2. What is file and where did you get this code idea from?
I used this
Dim f, file as folderitem
I used f to locate the folder where the file would be saved and
file as the file to be saved
> where did you get this code idea from?
My problem is that when I creat files at work I want to save them directly on a
removalbe volume, I could save them on the boot volume then copy them to the
removable volume then finally delete them from the boot volume, but I thought I
could save them directly to the removable volume instead.
Lennox.
---------------------------------
Stay in the know. Pulse on the new Yahoo.com. Check it out.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>