Changes

Jump to navigation Jump to search
225 bytes removed ,  19:02, 17 October 2016
Undo revision 18425 by Neobrain (talk): this makes no sense, that's not how it works
Line 733: Line 733:     
=File and directory access=
 
=File and directory access=
  −
Files and directories are represented through handles returned by e.g. [[FS:OpenFile]] and [[FS:OpenDirectory]]. Contrary to kernel object handles, these are global and hence can easily be shared between any two processes.
  −
   
==Files==
 
==Files==
 
File session handles obtained via [[FS:OpenFile]] et al can be used to access files through a service-like interface, despite not being an actual service registered using [[SRV:RegisterService]].
 
File session handles obtained via [[FS:OpenFile]] et al can be used to access files through a service-like interface, despite not being an actual service registered using [[SRV:RegisterService]].
19

edits

Navigation menu