Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2015
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. File2 := File clone
  2.  
  3. File2 open := method (fn,
  4. if (fn beginsWithSeq("/tmp/foo"),
  5. File_open(tiedostoNimi),
  6. "Access denied"
  7. )
  8. )
  9.  
  10. Core File = File2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement