File System
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-08-24 4:10 AM
Posted on August 24, 2013 at 13:10
I am implementing file system for stm32f407vg controller. I am getting problem in implementing directory next function. can any one help me ?
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-08-24 7:31 AM
Posted on August 24, 2013 at 16:31
What are you offering?
There are usually two ways to handle directory trees, recursive descent or building a list of unvisited nodes. Most file systems provide a method to enumerate files/directories in the current directory, higher level code is expected to perform any traversal. You'd want the file system to maintain context in such a way that multiple searches can be open at once.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-08-29 5:48 AM
Posted on August 29, 2013 at 14:48yes. My requirement is not to compromise at path length. I need to provide directory path till user wants. How can i implement this?please help me..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-08-29 6:44 AM
Posted on August 29, 2013 at 15:44
Ok, so how are you traversing the directories now. Can't you just build a path as you descend? What limits you there? Need a deeper path keep allocating memory to accommodate it. What user interaction? What kind of file system, and on what media/hardware?
Help is not the same thing as doing it for you, if you want someone to write code you need a contractor/consultant.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
