编译器总是将当前工作目录 (.)
The compiler uses the current working directory (.) as the default classpath.
getcwd返回当前工作目录。
用Dir类列出当前工作目录的所有文件。
The Dir class lists all of the files in the current working directory.
遍历当前工作目录下的所有文件。
将当前工作目录更改为RPG存根代码的位置。
Change the current working directory to the location of the RPG stub code. Issue the following command from the CL command line.
您可以使用pwd命令显示当前工作目录的名称。
You can display the name of the current working directory with the PWD command.
转储文件的默认位置是JVM进程的当前工作目录。
The default location of the dumps is the current working directory of the JVM process.
将包含这些文件的目录作为当前工作目录。
Make the directory containing the files the current working directory.
这会在当前工作目录中创建一个名为 jzos 的子目录。
This will create a subdirectory called jzos in your current working directory.
为了方便,提示符通常被设置成——你当前工作目录的路径名。
As a convenience, it is usually set up to display the name of the working directory.
将xev复制到当前工作目录中,以供密码输入程序使用。
Copy xev to your current working directory for use by the password-entry program.
假设您想要一个脚本或函数来操作当前工作目录中的所有文件或目录。
Suppose you want a script or function that operates on all files or perhaps directories in the current working directory.
该示例在当前工作目录中创建一个Git地图项目副本。
This example creates a copy of the Git maps project in your current working directory.
XMD会启动一个命令行会话,用项目的目录作为当前工作目录。
XMD will start a command-line session with the project directory as the current working directory.
当前工作目录(即,从哪个目录启动了notepad . exe。)
Current working directory (That is, the directory from which notepad.exe is launched.)
相对路径指的是相对于您的当前工作目录的路径,正如pwd命令报告的那样。
Relative paths are relative to your current working directory, as reported by the PWD command.
在给定当前工作目录中任意文件路径的情况下,此api将返回该文件的绝对路径。
Given an arbitrary file path from the current working directory, this API returns the absolute path name of the file.
当然,每当您想检查当前工作目录时,您都可以运行pwd命令,但还有更好的方法。
Of course, you could run the PWD command every time you need to check the current working directory, but there's a better way.
$PWD是您的当前工作目录,而 $OLDPWD 是上一次的工作目录。
PWD is your current working directory, while $OLDPWD is your previous working directory.
如果要在当前工作目录中运行类,那么请记住,要将该目录包含在您的路径中。
Remember to include your current working directory in your path if you want to run a class in it.
exrc一个名为. exrc的文件,位于当前工作目录中,包含配置选项。
Exrc a file named.exrc, located in the current working directory, that contains configuration options.
点文件通常位于您的主目录内,但有些实用程序也在当前工作目录中查找点文件。
A dot file is usually found in your home directory, but some utilities look for a dot file in the present working directory, too.
注意:libfoo.so必须位于当前工作目录中,这样连接步骤才能生效。
Note: libfoo.so must be in the current working directory for the link step to work.
正如您可以从系统的不同目录中执行程序一样,您也可以使用cd命令来切换当前工作目录。
Just as you can execute programs from various directories in the system, so too can you change your current working directory using the CD command.
当停止追踪后,将在当前工作目录下生成一个名为tprof . out的Tprof报告。
When you stop the trace, a Tprof report called Tprof.out is generated in your current working directory.
在下面的示例中,调试文件称为output . log,在当前工作目录中生成。
In the following example, the debug file is called output.log, which is created in the current working directory.
PYTHONPATH设置为“src”,测试执行的当前工作目录就是当前目录‘。’
The PYTHONPATH will be set to 'SRC', and the tests will be executed with the current working directory set to the current directory ('. ').
例如,如果您的当前工作目录为 ~/jane/projects/lambda,那么简写..
For instance, if your current working directory is ~/jane/projects/lambda, the shorthand ../..
cwd值表示应用程序的当前工作目录,这是该应用程序启动的目录,除非它本身对这个目录进行更改。
The CWD value refers to the application's current working directory, which is the directory that the application was started from, unless it has changed the directory itself.
和.(当前工作目录的简写符号),您可以引用文件系统中相对于当前工作目录的文件和目录。
With .. and ., the sigil for the current working directory, you can refer to files and directories in the file system relative to your current working directory.
应用推荐