From: SourceForge.net <no...@so...> - 2005-08-20 00:07:37
|
Bugs item #1264492, was opened at 2005-08-19 17:07 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=470969&aid=1264492&group_id=53614 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: cannot create files with GnomeVFS Initial Comment: I can read/write files using GnomeVFS, but I cannot create new files. I asked around IRC and nobody seemed to have any suggestions, so I figured it was probably a bug. The following is an IRB session that demonstrates the problem: irb(main):008:0> f = GnomeVFS::File.create("/home/segphault/testit.txt", GnomeVFS::File::OPEN_WRITE) GnomeVFS::Error: File not found from (irb):26:in `initialize' from (irb):26:in `new' from (irb):26:in `create' from (irb):26 from :0 irb(main):009:0> f = GnomeVFS::File.new("/home/segphault/testit.txt", GnomeVFS::File::OPEN_WRITE) GnomeVFS::Error: File not found from (irb):11:in `initialize' from (irb):11:in `new' from (irb):11 from :0 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=470969&aid=1264492&group_id=53614 |