| 例文 |
current directory pathの部分一致の例文一覧と使い方
該当件数 : 19件
Change the current working directory to path.Availability: Macintosh, Unix, Windows. 例文帳に追加
現在の作業ディレクトリ (current working directory) を path に設定します。 - Python
changes the current working directory of the calling process to the directory specified in path . 例文帳に追加
は、呼び出し元プロセスの現在の作業ディレクトリ (current working directory) を、pathに指定されたディレクトリに変更する。 - JM
The path parameter is relative to the current directory.例文帳に追加
path 引数は現在のディレクトリからの相対で表します。 - Python
The null string in sys. path represents the current working directory.例文帳に追加
sys.path 内の空文字列は、現在の作業ディレクトリを表します。 - Python
These files are extracted in the current directory or in the directory indicated by the optional $pathparameter. 例文帳に追加
これらのファイルはカレントディレクトリもしくはオプションの$pathパラメータで指定されたディレクトリに伸長されます。 - PEAR
Note that on Windows, since there is a current directory foreach drive, os.path.join("c:", "foo") represents a path relative to the current directory on drive C: (c:foo), notc:foo.例文帳に追加
Windowsでは各ドライブに対してカレントディレクトリがあるので、os.path.join("c:", "foo")によって、c:fooではなく、ドライブC:上のカレントディレクトリからの相対パス(c:foo)が返されます。 - Python
Linux uses here the traditional "current directory first" default path. 例文帳に追加
Linux では、デフォルトのパスに、昔ながらの「現在のディレクトリを先に探索」というルールを使っている。 - JM
So, in our first example, the files will be displayed as if the current directory was 'Path/to/dir': Since by default $symbolic is empty, Path/to/dir will be simply removed from the file. 例文帳に追加
したがって、最初の例では、カレントディレクトリが'Path/to/dir' であるかのようにファイルが表示されます。 デフォルトでは $symbolic は空なので、Path/to/dir がファイル名から取り除かれます。 - PEAR
On some other systems the default path (used when the environment does not contain the variable PATH) has the current working directory listed after /bin and /usr/bin , 例文帳に追加
Linux 以外のシステムには、(環境変数 PATH が定義されていないときの)デフォルトのパスにおいて、カレント・ディレクトリが/binと/usr/binの後ろに配置されるものもある。 - JM
The command operation history of a user is recorded and executed, and in the case of a directory movement command in a relative path format, the relative path of the operation history is reproduced as a complete path format by acquiring current directory information.例文帳に追加
利用者のコマンド操作履歴を記録し、実行して相対パス形式でのディレクトリ移動コマンドの場合には、該当する操作履歴の相対パスをカレントディレクトリ情報を取得して完全パス形式として再生する。 - 特許庁
When the head of a path name designated by a user does not include a slash mark "/" (S340: NO, S350: YES), the PC 1 acquires a character string, which shows a current directory, from the environment variable (S360) and inserts the character string, which shows the current directory, into the head of the path name (S370).例文帳に追加
また、利用者が指定したパス名の先頭に「/(スラッシュ)」が付いていない場合(S340:NO、S350:YES)、環境変数からカレントディレクトリを示す文字列を取得して(S360)、カレントディレクトリを示す文字列をパス名の先頭に挿入する(S370)。 - 特許庁
The path may be absolute or relative; relative paths are resolved with respect to the current working directory.例文帳に追加
パスは絶対パスでも相対パスでもかまいません; 相対パスにした場合、現在の作業ディレクトリを基準に解決します。 - Python
The following program traverses the directory tree under the path named in its first command-line argument, or under the current directory if no argument is supplied. 例文帳に追加
以下のプログラムは、一つ目のコマンドライン引き数を名前に持つパス以下のディレクトリツリーを探索する。 引き数が指定されなかった場合は、カレントディレクトリ以下を探索する。 - JM
The rehash argument resets the font path to its current value,causing the server to reread the font databases in the current font path.This is generally only used when adding new fonts to a font directory(after running mkfontdir to recreate the font database). -fp or fp- 例文帳に追加
一般にこのオプションを使用するのは、新しいフォントをフォントディレクトリに追加したとき(mkfontdir でフォントデータベースを再作成した後)だけである。 - XFree86
If the script directory is not available (e.g. if the interpreter is invoked interactively or if the script is read from standard input), path[0] is the empty string, which directsPython to search modules in the current directory first.例文帳に追加
スクリプトのディレクトリがない(インタープリタで対話セッションで起動された時や、スクリプトを標準入力から読み込む場合など)場合、path[0]には空文字列となり、Pythonはカレントディレクトリからモジュールの検索を開始します。 - Python
If file is not an absolute path and screen is already processing a source command, the parent directory of the running source command file is used to search for the new command file before screen's current directory.例文帳に追加
ファイルが絶対パスでなく、すでに screen が source コマンドを処理中の場合は、screen のカレントディレクトリよりも先に、実行中の source コマンドファイルの親ディレクトリが、新たなコマンドファイルの検索に用いられる。 - JM
| 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
| Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved. |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| Copyright © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|