Issue 5030 in pharo: [ENH]: Easy Way to create FSReference

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

Issue 5030 in pharo: [ENH]: Easy Way to create FSReference

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Feature

New issue 5030 by [hidden email]: [ENH]: Easy Way to create  
FSReference
http://code.google.com/p/pharo/issues/detail?id=5030

Right now, given a compound path string like '/usr/local/', the only way  
I've found to create an FSReference is:
   FSFilesystem disk root resolve: '/usr/local/'.

This is a very common operation and should be easy to do, but I can't think  
of a good way.

See discussion at  
http://forum.world.st/Creating-a-FSReference-td3962401.html


_______________________________________________
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 5030 in pharo: [ENH]: Easy Way to create FSReference

pharo

Comment #1 on issue 5030 by [hidden email]: [ENH]: Easy Way to  
create FSReference
http://code.google.com/p/pharo/issues/detail?id=5030

'/usr/local/' asFilename (may be something else) would be good.


Sean what would be cool is that
  - we identify some missing helper methods.
  - read the current chapter and identify what is missing/wrong/not working.
  - report and enhance.




_______________________________________________
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 5030 in pharo: [ENH]: Easy Way to create FSReference

pharo
Updates:
        Cc: [hidden email]

Comment #2 on issue 5030 by [hidden email]: [ENH]: Easy Way to  
create FSReference
http://code.google.com/p/pharo/issues/detail?id=5030

camillo I image in that now we can close this issue.


_______________________________________________
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 5030 in pharo: [ENH]: Easy Way to create FSReference

pharo
Updates:
        Status: Closed

Comment #3 on issue 5030 by [hidden email]: [ENH]: Easy Way to  
create FSReference
http://code.google.com/p/pharo/issues/detail?id=5030

protocol has been implement and integrated into the latest pharo:

String >> #asPath / #asReference



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