getcwd
getcwd
-
Getcwd returns the current working directory .
getcwd返回当前工作目录。
-
For example , you could use Vim 's built-in getcwd () function to create an abbreviation for the current working directory , like so
比如,可以使用Vim的内置getcwd()函数为当前的工作目录创建缩写,如下所示
-
What you should see is a complete listing of the getcwd () function and a listing of the arguments that this important C function requires and returns .
您所看到的应该是getcwd()函数完整的清单以及这个重要的C函数需要的和返回的参数清单。