comparison runtime/doc/usr_41.txt @ 28629:5ef46b938c6e v8.2.4838

patch 8.2.4838: checking for absolute path is not trivial Commit: https://github.com/vim/vim/commit/dca1d40cd0f2af0755519e7028378bd3c8fefd31 Author: LemonBoy <thatlemon@gmail.com> Date: Thu Apr 28 15:26:33 2022 +0100 patch 8.2.4838: checking for absolute path is not trivial Problem: Checking for absolute path is not trivial. Solution: Add isabsolutepath(). (closes https://github.com/vim/vim/issues/10303)
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Apr 2022 16:30:03 +0200
parents 4d76b3e07c07
children add09d468c0d
comparison
equal deleted inserted replaced
28628:5cb27da6a351 28629:5ef46b938c6e
902 filereadable() check if a file can be read 902 filereadable() check if a file can be read
903 filewritable() check if a file can be written to 903 filewritable() check if a file can be written to
904 getfperm() get the permissions of a file 904 getfperm() get the permissions of a file
905 setfperm() set the permissions of a file 905 setfperm() set the permissions of a file
906 getftype() get the kind of a file 906 getftype() get the kind of a file
907 isabsolutepath() check if a path is absolute
907 isdirectory() check if a directory exists 908 isdirectory() check if a directory exists
908 getfsize() get the size of a file 909 getfsize() get the size of a file
909 getcwd() get the current working directory 910 getcwd() get the current working directory
910 haslocaldir() check if current window used |:lcd| or |:tcd| 911 haslocaldir() check if current window used |:lcd| or |:tcd|
911 tempname() get the name of a temporary file 912 tempname() get the name of a temporary file