Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IVersionedNode.java =================================================================== diff -u -r6d9f76784c1cf0006c118d74c1757ed8aa2032a4 -r69e942f9c0e36da71737da3a5104ca6637b1376f --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IVersionedNode.java (.../IVersionedNode.java) (revision 6d9f76784c1cf0006c118d74c1757ed8aa2032a4) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/IVersionedNode.java (.../IVersionedNode.java) (revision 69e942f9c0e36da71737da3a5104ca6637b1376f) @@ -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.