Issue 4658 in pharo: we will have to rewrite image saving using FS

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 4658 in pharo: we will have to rewrite image saving using FS

pharo
Status: accepted
Owner: [hidden email]
Labels: Milestone-1.4

New issue 4658 by [hidden email]: we will have to rewrite image  
saving using FS
http://code.google.com/p/pharo/issues/detail?id=4658

for example

fullNameForImageNamed: t1
        | t2 |
        t2 := FileDirectory on: self imagePath.
        ^ FileDirectory
                fileName: (t2 fullNameFor: t1)
                extension: FileDirectory imageSuffix


imagePath should return the path ie
/hkjh/nkjkl/xxx.image
and not
/hkjh/nkjkl/

/hkjh/nkjkl/ is the directory


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4658 in pharo: we will have to rewrite image saving using FS

pharo
Updates:
        Labels: Type-Cleanup

Comment #1 on issue 4658 by [hidden email]: we will have to rewrite  
image saving using FS
http://code.google.com/p/pharo/issues/detail?id=4658

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4658 in pharo: we will have to rewrite image saving using FS

pharo
In reply to this post by pharo
Updates:
        Status: Duplicate
        Mergedinto: 5772

Comment #4 on issue 4658 by [hidden email]: we will have to rewrite  
image saving using FS
http://code.google.com/p/pharo/issues/detail?id=4658

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker