path name - definition. What is path name
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

%ما هو (من)٪ 1 - تعريف

GENERAL FORM OF THE NAME OF A FILE OR DIRECTORY; RESOURCES CAN BE REPRESENTED BY EITHER ABSOLUTE OR RELATIVE PATHS
Absolute path; Relative path; Uniform Naming Convention; Universal Naming Convention; File path; Path (computer science); Pathname; Absolute path (computing); Full path; Windows path; Path name; Unix path; UNC path; Relative referencing; UNC address; Pathnames; Folder path; Directory path; Directory separator; Filepath
  • Windows]] [[command shell]] showing filenames in a directory

pathname         
¦ noun Computing a description of where an item is to be found in a hierarchy of directories.
absolute path         
<file system> A path relative to the root directory. Its first character must be the pathname separator. (1996-11-21)
Path (computing)         
A path is a string of characters used to uniquely identify a location in a directory structure. It is composed by following the directory tree hierarchy in which components, separated by a delimiting character, represent each directory.

ويكيبيديا

Path (computing)

A path is a string of characters used to uniquely identify a location in a directory structure. It is composed by following the directory tree hierarchy in which components, separated by a delimiting character, represent each directory. The delimiting character is most commonly the slash ("/"), the backslash character ("\"), or colon (":"), though some operating systems may use a different delimiter. Paths are used extensively in computer science to represent the directory/file relationships common in modern operating systems and are essential in the construction of Uniform Resource Locators (URLs). Resources can be represented by either absolute or relative paths.