mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-24 20:33:06 +00:00
Update top level comments
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
** LuaFileSystem
|
** LuaFileSystem
|
||||||
** Copyright Kepler Project 2003 (http://www.keplerproject.org/luafilesystem)
|
** Copyright Kepler Project 2003 - 2016 (http://keplerproject.github.io/luafilesystem)
|
||||||
**
|
**
|
||||||
** File system manipulation library.
|
** File system manipulation library.
|
||||||
** This library offers these functions:
|
** This library offers these functions:
|
||||||
@@ -8,16 +8,15 @@
|
|||||||
** lfs.chdir (path)
|
** lfs.chdir (path)
|
||||||
** lfs.currentdir ()
|
** lfs.currentdir ()
|
||||||
** lfs.dir (path)
|
** lfs.dir (path)
|
||||||
|
** lfs.link (old, new[, symlink])
|
||||||
** lfs.lock (fh, mode)
|
** lfs.lock (fh, mode)
|
||||||
** lfs.lock_dir (path)
|
** lfs.lock_dir (path)
|
||||||
** lfs.mkdir (path)
|
** lfs.mkdir (path)
|
||||||
** lfs.rmdir (path)
|
** lfs.rmdir (path)
|
||||||
** lfs.setmode (filepath, mode)
|
** lfs.setmode (filepath, mode)
|
||||||
** lfs.symlinkattributes (filepath [, attributename]) -- thanks to Sam Roberts
|
** lfs.symlinkattributes (filepath [, attributename])
|
||||||
** lfs.touch (filepath [, atime [, mtime]])
|
** lfs.touch (filepath [, atime [, mtime]])
|
||||||
** lfs.unlock (fh)
|
** lfs.unlock (fh)
|
||||||
**
|
|
||||||
** $Id: lfs.c,v 1.61 2009/07/04 02:10:16 mascarenhas Exp $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef LFS_DO_NOT_USE_LARGE_FILE
|
#ifndef LFS_DO_NOT_USE_LARGE_FILE
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
** LuaFileSystem
|
** LuaFileSystem
|
||||||
** Copyright Kepler Project 2003 (http://www.keplerproject.org/luafilesystem)
|
** Copyright Kepler Project 2003 - 2016 (http://keplerproject.github.io/luafilesystem)
|
||||||
**
|
|
||||||
** $Id: lfs.h,v 1.5 2008/02/19 20:08:23 mascarenhas Exp $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Define 'chdir' for systems that do not implement it */
|
/* Define 'chdir' for systems that do not implement it */
|
||||||
|
|||||||
Reference in New Issue
Block a user