IronPython - how to rename a folder name -


उदाहरण के लिए: C: \ Program Files \ Music_Files को C: \ Program Files \ MusicFiles के नाम से कैसे बदलें

< / Div>

और अगर आप इसे अजगर तरीके से करना चाहते हैं:

  import os os.rename ("C: \\ प्रोग्राम फ़ाइलें \\ संगीत_फाइलें", "c: \\ प्रोग्राम फ़ाइलें \\ संगीतफ़ाइलें")  

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -