Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IVersionedNode.java =================================================================== RCS file: /usr/local/cvsroot/lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IVersionedNode.java,v diff -u -r1.7 -r1.8 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IVersionedNode.java 7 Nov 2007 03:25:16 -0000 1.7 +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IVersionedNode.java 7 Nov 2007 07:21:56 -0000 1.8 @@ -167,16 +167,16 @@ public String getPath() ; /** - * Get zip compatible filename/path. + * Get zip compatible filename. * * There are problems with zipping up files where the names are UTF-8 names - depending on what platform * and what zip utility you are using, the filename may be corrupted. To avoid this, we can produce a filename (and * path) where the normal "names" are replaced with the uuid but the extension is kept. This will allow downloaded * files to be opened by their applications * - * @return a file path (from parent) or filename that may be used for naming a file put in a zip archive. + * @return a filename that may be used for naming a file put in a zip archive. */ - public String getZipCompatiblePath() ; + public String getZipCompatibleFilename() ; /** * Get the ticket through which this node was accessed.