Thread: Cybercat
View Single Post
  #352 (permalink)   Report Post  
Posted to rec.food.cooking
jack jack is offline
external usenet poster
 
Posts: 131
Default Cybercat

On Fri, 01 Oct 2010 19:49:00 -0400, J. Clarke wrote:

> Also note that in Windows a "library" is different from a folder, in
> that it's not part of the structure of the file system.


Who said anything about windows? Some mainframe environments use the term
'library' for what is more or less a single-level directory structure.

To confuse things, windows and *nix both the linker stub for shared code a
library. The actual code is DLL (win) or shared object (*nix)

-j