hi...


how can this be done using python

1.prompting user for a file location from within a script
2.reading the file location entered by the user
3.storing it in a file like object

Recommended Answers

All 2 Replies

To help you get started,

filelocation = raw_input("Please enter file location:")

To help you get started,

filelocation = raw_input("Please enter file location:")

thank u..it worked:)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.