ENH: added LIMIT on file read

This commit is contained in:
Ken Martin
2007-03-01 15:53:09 -05:00
parent 508ddaf929
commit f8c982cf78
2 changed files with 26 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ public:
return
" FILE(WRITE filename \"message to write\"... )\n"
" FILE(APPEND filename \"message to write\"... )\n"
" FILE(READ filename variable)\n"
" FILE(READ filename variable [LIMIT numBytes])\n"
" FILE(GLOB variable [RELATIVE path] [globbing expressions]...)\n"
" FILE(GLOB_RECURSE variable [RELATIVE path] \n"
" [globbing expressions]...)\n"