1153万例文収録!

「a file path」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > a file pathの意味・解説 > a file pathに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

a file pathの部分一致の例文一覧と使い方

該当件数 : 257



例文

path/etc/passwd/path is a file. 例文帳に追加

path/etc/passwd/pathはファイルです。 - Gentoo Linux

Returns whether or not a file is in the include path Parameter 例文帳に追加

Returns whether or not a file is in the include pathパラメータ - PEAR

a file on a specific path 例文帳に追加

特定のパスにあるファイル - 研究社 英和コンピューター用語辞典

specify a path to the file 例文帳に追加

ファイルのパスを指定する - 研究社 英和コンピューター用語辞典

例文

Instead of searching the default file name database, search the file name databases in path, which is a colon-separated list of database file names. 例文帳に追加

path はデータベースファイル名のリスト (コロン区切り) である。 - JM


例文

show [display] the path of a file 例文帳に追加

ファイルのパスを表示する - 研究社 英和コンピューター用語辞典

specify the full path of a file 例文帳に追加

ファイルをフルパスで指定する - 研究社 英和コンピューター用語辞典

path resides on a read-only file system. 例文帳に追加

pathが読み込み専用のファイルシステム上にある。 - JM

Return the path to the file named filename.If no match is found filename is returned.This does not equal a failure since it could be the path to the file. 例文帳に追加

filenameという名前のファイルへのパスを返します。 - Python

例文

Load MIME information from a file named path. 例文帳に追加

MIME情報を、pathという名のファイルからロードします。 - Python

例文

Forget all results of stat(path) for path a file in the directory prefix, including stat(prefix). 例文帳に追加

prefix で始まる path に対する stat(path) の結果を、stat(prefix) も含めてすべて忘却します。 - Python

path Specifies a path of file names, including substitution characters. 例文帳に追加

\\fIsubstitutions\\fP 1iパスを作るための置き換え文字のリストを指定。 - XFree86

The path parameter specifies a string that consists of a series of potential file names delimited by colons.例文帳に追加

この文字列はコロンで句切られる。 - XFree86

Open a ZIP file, where file can be either a path to a file(a string) or a file-like object. 例文帳に追加

ZIP ファイルを開きます。 file はファイルへのパス名 (文字列)またはファイルのように振舞うオブジェクトのどちらでもかまいません。 - Python

a group advancing in a single-file serpentine path 例文帳に追加

一列縦隊で蛇のような経路を進むグループ - 日本語WordNet

path to a file containing a package.xml (package archive or package.xml) 例文帳に追加

package.xml を含むファイル (パッケージのアーカイブあるいは package.xml) へのパス。 - PEAR

For most containers, it is a file path. 例文帳に追加

ほとんどのコンテナーについては、それはファイルパスです。 - PEAR

pathname is a relative path and dirfd is a file descriptor referring to a file other than a directory. 例文帳に追加

pathnameが相対パスで、かつdirfdがディレクトリ以外のファイルを参照するファイルディスクリプタである。 - JM

A path for accessing the file from the current directory. 例文帳に追加

現在のディレクトリからファイルにアクセスするためのパス。 - JM

function opens the file whose name is the string pointed to by path and associates a stream with it. 例文帳に追加

関数は、pathで指定された名前のファイルを開き、ストリームと結びつける。 - JM

The unusualbaseinstall tag This tag controls whether a role that would normally ignore the "baseinstalldir" attribute of a file or dir tag would honor it, but still use the Packagename/baseinstalldir/full/path/from/contents/file.ext instead of baseinstalldir/full/path/from/contents/file.ext. 例文帳に追加

unusualbaseinstall タグ このタグは、そのロールが file あるいは dir タグの"baseinstalldir" 属性を無視し、baseinstalldir/full/path/from/contents/file.ext の代わりにPackagename/baseinstalldir/full/path/from/contents/file.extを使用するかどうかを指定します。 - PEAR

In the client PC 101, after selecting a file to be uploaded to the server 102 on a displayed operation screen by a file selection module 301, a file-path sort module 302 sorts a character string of a file path of the file, and a file path dividing module 303 analyzes the file path after sorting and divides it into a drive name, a folder name, and a file name.例文帳に追加

クライアントPC101では、サーバ102にアップロードするファイルを、ファイル選択モジュール301により表示された操作画面上で選択させた後、ファイルパスソートモジュール302により当該ファイルのファイルパスの文字列をソートし、ファイルパス分割モジュール303によりソート後のファイルパスを解析してドライブ名、フォルダ名、ファイル名に分割する。 - 特許庁

When the user writes a file in the logical file path, a new version number is imparted.例文帳に追加

ユーザがある論理ファイルパスにファイルを書き込む際に、新たな版番号を付与する。 - 特許庁

A file list generation part 59 converts a drive-letter, from "D" into "S", of a full-path file name included in the file information FJ of a backup file.例文帳に追加

ファイルリスト作成部59は、バックアップされたファイルのファイル情報FJ中のフルパスファイル名のうちドライブレターを「D」から「S」に変換する。 - 特許庁

Return True if pathname path is a mount point: a point ina file system where a different file system has been mounted. The function checks whether path's parent,例文帳に追加

パス名pathがマウントポイントmount point(ファイルシステムの中で異なるファイルシステムがマウントされているところ)なら、Trueを返します:この関数はpathの親ディレクトリである - Python

The history storage section records a path to the played music file and a path to the played image file as a playback history.例文帳に追加

履歴記録部は、再生した音楽ファイルへのパス及び再生した画像ファイルへのパスを再生履歴として記録する。 - 特許庁

The personal computer stores a shortcut file to provide an access path to the file.例文帳に追加

パーソナルコンピュータにはショートカットファイルを格納し、ファイルへのアクセスパスを提供する。 - 特許庁

An updated file information table 105 has updated file information including a path for an updated file and a pre-update file data.例文帳に追加

更新ファイル情報テーブル105は、更新されたファイルのパスと更新前のファイルデータとを含む更新ファイル情報を有する。 - 特許庁

The file name conversion part analyzes file specification names (directory names, file names) by layers of a full-path file name, character by character.例文帳に追加

ファイル名変換部は、フルパスファイル名の階層毎のファイル特定名称(ディレクトリ名、ファイル名)を1文字ずつ解析する。 - 特許庁

If you added a folder of classes or resources to the classpath(as opposed to a JAR file or project), none of the classpathelements are copied to the dist folder. If a library on the project's classpath also has a Class-Pathelement specified in its manifest, the content of the Class-Path element must be on the project's runtime path.例文帳に追加

また、アプリケーションの JAR ファイルの manifest.mf ファイルで Class-Path 要素に各 JAR ファイルが追加されます。 - NetBeans

Return a unique path name that is reasonable for creating a temporary file.例文帳に追加

一時ファイル (temporary file) を生成する上でファイル名として相応しい一意なパス名を返します。 - Python

A management server 1 generates distribution path information showing a distribution path for a file and transmits the distribution path information and a file to a prescribed relaying server 3 according to the distribution path information.例文帳に追加

管理サーバ1は、ファイルの配信経路を示す配信経路情報を生成し、配信経路情報に従って、所定の中継サーバ3に、配信経路情報及びファイルを送信する。 - 特許庁

A file path is created on the basis of the selected directory to read and write the image file.例文帳に追加

選択されたディレクトリを元にファイルパスを作成し、画像ファイルを読み書きする。 - 特許庁

If filename does not contain a slash, file names in PATH are used to find the directory containing filename . 例文帳に追加

filenameにスラッシュが含まれていない場合、filenameはPATHに含まれるディレクトリから探されます。 - JM

The storage server 3 retrieves file indexes or folder indexes by using the unique ID as a key to identify a file index or a folder index, and accesses the file or the folder by a file path or a folder path included in the identified file index or folder index.例文帳に追加

ストレージサーバ3は、ユニークIDをキーにしてFIまたはフォルダインデックスを検索して特定し、特定したFIまたはフォルダインデックスに含まれるフォルダパスまたはファイルパスにより、ファイルまたはフォルダにアクセスする。 - 特許庁

The virtual file system conversion driver receives a file access request from the application and system utility, converts a file path and virtualizes a file system.例文帳に追加

仮想ファイルシステム変換ドライバは、アプリケーションおよびシステムユーティリティからファイルアクセス要求を受け取り、ファイルパスを変換してファイルシステムを仮想化する。 - 特許庁

The shared file which is an object for version management has a logical file path which is common even when a version is changed, and an actual file path which is different in each version.例文帳に追加

版管理の対象となる共有ファイルは、版が変わっても共通な論理ファイルパスと、それぞれの版毎に異なる実ファイルパスを持つようにする。 - 特許庁

In the first embodiment of the invention, the file system is partially virtualized so that both the virtual file path and a physical file path can be viewed by a user.例文帳に追加

発明の第一の実施形態において、ファイルシステムは部分的に仮想化され、ユーザは仮想ファイルパスと物理ファイルパスの両方を見ることができる。 - 特許庁

This method extracts the file identified by path from the archive and returns it as a string.例文帳に追加

このメソッドは pathで指定されたファイルをアーカイブから伸長し、それを文字列で返します。 - PEAR

A path configuration file is a file whose name has the form 例文帳に追加

パス設定ファイルは package.pthという形式の名前をもつファイルで、上の4つのディレクトリのひとつにあります。 - Python

When content having the same name is included in both of the application file and the patch file, a path switching unit 106 specifies the path of the content included in the application file as the path of the content included in the patch file.例文帳に追加

パス切替部106は、アプリケーションファイルとパッチファイルの両方に同名のコンテンツが含まれている場合に、アプリケーションファイルに含まれるコンテンツのパスを、パッチファイルに含まれるコンテンツのパスに設定する。 - 特許庁

For every new file that is created locally, cvs prints out a "U [path]" indicating that this particular file has been updated on disk.例文帳に追加

ローカルで新しいファイルが作られるごとに、CVSはそのファイルがディスク上で更新されたことを示す「U[path]」を出力します。 - Gentoo Linux

The print request includes a file name of and a path for print data.例文帳に追加

この印刷要求には、印刷データのファイル名およびパスが含まれる。 - 特許庁

system kernel with a reference to the file named by the path name. 例文帳に追加

そのパス名で指示されるファイルへの参照として置き換えられる。 - JM

: all complex options that require a file path are case-sensitive 例文帳に追加

警告 : オプションに指定するファイルパスは、大文字小文字を区別します。 - PEAR

The areas are specified by a prescribed file path and disk identification information is integrated with the prescribed file path.例文帳に追加

この領域は、所定のファイルパスで特定される領域であり、所定のファイルパスには、ディスク識別情報が組み込まれている。 - 特許庁

There are several different ways to add the directory. The most convenient way is to add a path configuration file to a directory that's already on Python's path, usually to the .../site-packages/ directory.例文帳に追加

ディレクトリを検索パスに追加するには、いくつかの異なる方法が存在します。 - Python

After a "mount dev path" command, the pathname "path" refers to the root of the file system hierarchy on the device "dev", and no longer to whatever it referred to earlier. 例文帳に追加

"mount dev path" コマンドを実行した後、パス名 "path" はデバイス "dev" 上のファイルシステム階層のルートディレクトリを参照するようになり、以前の位置を参照しない。 - JM

The distribution log is presented to a client 5 in a state where link information with respect to a file to be indicated by the file path is embedded in the item of the file path in each piece of distribution log data.例文帳に追加

配信ログは、各配信ログデータにおいてファイルパスの項目に当該ファイルパスで示されるファイルに対するリンク情報を埋め込まれた状態で、クライアント5に対して提示される。 - 特許庁

例文

To provide a file system path processing device and a file system path processing method capable of easily retrieving a directory existing in the low level of a prescribed directory or a file.例文帳に追加

ファイルシステム経路処理装置及び方法に係り、より詳細には、所定ディレクトリの下位に存在するディレクトリまたはファイルを容易に検索できるファイルシステム経路処理装置及び方法を提供する。 - 特許庁




  
日本語WordNet
日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved.
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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/ ).
  
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
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS