What is the use of split function of os.path module?

 

Answer:

The split( ) method is used to split the path name into a pair, head and tail .

Here, 

  • tail is the last path name component 
  • head is everything leading up to that.

Syntax:

os.path.split(path)

Go Ad-free
Davneet Singh's photo - Co-founder, Teachoo

Made by

Davneet Singh

Davneet Singh has done his B.Tech from Indian Institute of Technology, Kanpur. He has been teaching from the past 14 years. He provides courses for Maths, Science, Social Science, Physics, Chemistry, Computer Science at Teachoo.