Forum Discussion
Altera_Forum
Honored Contributor
19 years agoDeleting files i JFFS2
Hello everybody,
could somebody help me with my problem? Im using JFFS filesystem with my altera board. I work with files through standard routines fopen(), fprintf(), etc... But when I want to delete file with routine remove() my program freezes. Did someone experienced this kind of problem? I will be grateful for any suggestions how to fix it.2 Replies
- Altera_Forum
Honored Contributor
I am using the unlink() function to delete files in JFFS2.
Mike - Altera_Forum
Honored Contributor
--- Quote Start --- originally posted by snadden@Oct 25 2006, 05:45 PM i am using the unlink() function to delete files in jffs2.mike
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=18908)
--- quote end ---
--- Quote End --- I also tried to use unlink() function, but situation is the same like with remove()