comparison runtime/doc/usr_41.txt @ 1104:d75027183cf4 v7.0.230

updated for version 7.0-230
author vimboss
date Thu, 26 Apr 2007 15:06:45 +0000
parents 4bac29d27e2f
children 0e8da252bda1
comparison
equal deleted inserted replaced
1103:95723058b8ff 1104:d75027183cf4
1 *usr_41.txt* For Vim version 7.0. Last change: 2006 Apr 30 1 *usr_41.txt* For Vim version 7.0. Last change: 2007 Apr 26
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Write a Vim script 5 Write a Vim script
6 6
701 getfperm() get the permissions of a file 701 getfperm() get the permissions of a file
702 getftype() get the kind of a file 702 getftype() get the kind of a file
703 isdirectory() check if a directory exists 703 isdirectory() check if a directory exists
704 getfsize() get the size of a file 704 getfsize() get the size of a file
705 getcwd() get the current working directory 705 getcwd() get the current working directory
706 haslocaldir() check if current window used |:lcd|
706 tempname() get the name of a temporary file 707 tempname() get the name of a temporary file
707 mkdir() create a new directory 708 mkdir() create a new directory
708 delete() delete a file 709 delete() delete a file
709 rename() rename a file 710 rename() rename a file
710 system() get the result of a shell command 711 system() get the result of a shell command