/core/sdk-objc/Documentation/MacFUSE/CompositePage.html
http://macfuse.googlecode.com/ · HTML · 50 lines · 46 code · 2 blank · 2 comment · 0 complexity · 5354b5f72199bcaef82494845f943423 MD5 · raw file
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
- <html>
- <head>
- <title>MacFUSE Framework</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <meta name="generator" content="HeaderDoc">
- <style type="text/css"><!--.keyword {background:#ffffff; color:#761550;}.template {background:#ffffff; color:#761550;}.number {background: #ffffff; color:#0000ff;}.function {background:#ffffff; color:#000000;}.string {background: #ffffff; color:#891315;}.preprocessor {background:#ffffff; color:#236e25}.comment {background:#ffffff; color:#236e25}.char {background: #ffffff; color:#0000ff;}.var {background:#ffffff; color:#000000;}.type {background:#ffffff; color:#761550;}.param {background:#ffffff; color:#000000;}a:link {text-decoration: none; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: small; color: #0000ff;}a:visited {text-decoration: none; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: small; color: #0000ff;}a:visited:hover {text-decoration: underline; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: small; color: #ff6600;}a:active {text-decoration: none; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: small; color: #ff6600;}a:hover {text-decoration: underline; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: small; color: #ff6600;}h4 {text-decoration: none; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: tiny; font-weight: bold;}body {text-decoration: none; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: 10pt;}--></style>
- </head>
- <body bgcolor="#ffffff">
- <a name="top"></a><a name="//apple_ref/doc/header/MacFUSE" title="MacFUSE Framework"></a><hr>
- <table border="0" cellpadding="2" cellspacing="2" width="300"><tr><td valign="top" height="12" colspan="5">
- <h1><a name="MacFUSEFramework">MacFUSE Framework</a></h1>
- </td></tr></table>
- <hr>
- <p><!-- begin abstract --><!-- headerDoc=frameworkabstract;name=start -->
- An Objective-C API for using MacFUSE to create file systems.
- <!-- headerDoc=frameworkabstract;name=end -->
- <!-- end abstract --></p>
- <p></p>
- <h5 class="tight">
- <font face="Lucida Grande,Helvetica,Arial">Discussion</font>
- </h5>
- <p><!-- begin discussion --><!-- headerDoc=frameworkdiscussion;name=start -->
- MacFUSE.framework is an Objective-C API for MacFUSE that
- enables you to easily create a file system in user space. With a little bit
- of work, MacFUSE can be used to display any data set as a file system that
- can be viewed and manipulated in the Finder.<br><br>
- Building a working file system involves creating a class that implements a
- subset of the
- <a href="GMUserFileSystem/Categories/NSObject_GMUserFileSystemOperations_/index.html" target="_top">
- GMUserFileSystemOperations</a> informal protocol methods to
- serve your file system's data, and using a
- <a href="GMUserFileSystem/Classes/GMUserFileSystem_/index.html" target="_top">GMUserFileSystem</a>
- instance to act as the file system's controller.<br><br>
- The best way to get started with MacFUSE.framework is to follow the
- <a href="http://code.google.com/p/macfuse/wiki/DEVELOPER_OBJC_HOWTO" target="_top">tutorial</a>,
- which guides you through creating a simple read-only file system. It is also
- a good idea to look at some other Objective-C examples, such as HelloFS,
- LoopbackFS, and the other example file systems found
- <a href="http://macfuse.googlecode.com/svn/trunk/filesystems-objc/" target="_top">here</a>.
- <!-- headerDoc=frameworkdiscussion;name=end -->
- <!-- end discussion --></p>
- <p></p>
- <hr>
- <br><p>Last Updated: Monday, November 17, 2008
- </p>
- </body>
- </html>