Issue 4425: tam-ftp FTF issue: File::create_file does not create a file (ftamftp-ftf) Source: DSTC (Mr. Ted McFadden, mcfadden@dstc.edu.au) Nature: Uncategorized Issue Severity: Summary: The operation create_file doesn't create a file, unlike create_directory which does create a directory. create_file creates a target proxy for a file transfer. Consider removing create_file and adding a boolean flag to the very similar get_file operation to indicate whether underlying file existence is required. Resolution: see above Revised Text: Section 3.1.5 Directory Interface/get_file Actions taken: July 25, 2001: received issue Discussion: Resolution Directory::get_file operation now has the signature: File get_file(in EntryPath fpath, in boolean must_exist) End of Annotations:===== ate: Wed, 25 Jul 2001 15:02:44 +1000 From: Ted McFadden To: issues@omg.org Subject: ftam-ftp FTF issue: File::create_file does not create a file Message-ID: <20010725150244.M4264@dstc.edu.au> Reply-To: Ted McFadden Mail-Followup-To: issues@omg.org Mime-Version: 1.0 X-Mailer: Mutt 1.0i Content-Type: text/plain; charset=us-ascii X-UIDL: :^0e9*'F!!iQh!!&=Pe9 ftam-ftp FTF issue: File::create_file does not create a file -------------------------------------------------------------------------- The operation create_file doesn't create a file, unlike create_directory which does create a directory. create_file creates a target proxy for a file transfer. Consider removing create_file and adding a boolean flag to the very similar get_file operation to indicate whether underlying file existence is required. -- Ted McFadden mcfadden@dstc.edu.au