About the Tutorial



Download 2,85 Mb.
Pdf ko'rish
bet184/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   180   181   182   183   184   185   186   187   ...   234
Bog'liq
python3 tutorial 060821094426

 
os.fsync() Method 
Description 
The method fsync() forces write of file with file descriptor fd to disk. If you're starting with 
a Python file object f, first do f.flush(), and then do os.fsync(f.fileno()), to ensure that all 
internal buffers associated with f are written to disk. 
Syntax 
Following is the syntax for fsync() method- 
os.fsync(fd) 
Parameters 
fd
- This is the file descriptor for buffer sync is required. 
Return Value 
This method does not return any value. 
Example 
The following example shows the usage of fsync() method. 
#!/usr/bin/python3 
import os, sys 
# Open a file 
fd = os.open( "foo.txt", os.O_RDWR|os.O_CREAT ) 
# Write one string 


Python 3 
273 
line="this is test" 
b=line.encode() 
os.write(fd, b) 
# Now you can use fsync() method. 
# Infact here you would not be able to see its effect. 
os.fsync(fd) 
# Now read this file from the beginning 
os.lseek(fd, 0, 0) 
line = os.read(fd, 100) 
b=line.decode() 
print ("Read String is : ", b) 
# Close opened file 
os.close( fd ) 
print ("Closed the file successfully!!") 
When we run the above program, it produces the following result- 
Read String is : this is test 
Closed the file successfully!! 
os.ftruncate() Method 
Description 
The method ftruncate() truncates the file corresponding to file descriptor fd, so that it is 
at most length bytes in size. 
Syntax 
Following is the syntax for ftruncate() method- 
os.ftruncate(fd, length) 
Parameters 

fd
- This is the file descriptor, which needs to be truncated. 

length
- This is the length of the file where file needs to be truncated. 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   180   181   182   183   184   185   186   187   ...   234




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish