الفرق بين المراجعتين ل"Python/os.path"

من موسوعة حسوب
اذهب إلى التنقل اذهب إلى البحث
(إنشاء مبدئي)
 
ط (استبدال الصفحة ب'يُرجى الحذف، أُنشأت خطأً.')
 
سطر 1: سطر 1:
This module implements some useful functions on pathnames. To read or write files see <code>open()</code>, and for accessing the filesystem see the <code>os</code> module. The path parameters can be passed as either strings, or bytes. Applications are encouraged to represent file names as (Unicode) character strings. Unfortunately, some file names may not be representable as strings on Unix, so applications that need to support arbitrary file names on Unix should use bytes objects to represent path names. Vice versa, using bytes objects cannot represent all file names on Windows (in the standard <code>mbcs</code> encoding), hence Windows applications should use string objects to access all files.
+
يُرجى الحذف، أُنشأت خطأً.

المراجعة الحالية بتاريخ 17:59، 23 سبتمبر 2018

يُرجى الحذف، أُنشأت خطأً.