Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: rebelxt on March 18, 2016, 02:32:06 pm

Title: What is a fuse_hidden file?
Post by: rebelxt on March 18, 2016, 02:32:06 pm
What are the .fuse_hidden* files in the Debug and Release folders, and why are there so many of them? There are 20 or more of these files in some projects. I am using release 13.12 in Linux Mint.
Title: Re: What is a fuse_hidden file?
Post by: stahta01 on March 18, 2016, 04:09:40 pm
What are the .fuse_hidden* files in the Debug and Release folders, and why are there so many of them? There are 20 or more of these files in some projects. I am using release 13.12 in Linux Mint.

I have no idea; except the term "fuse" is used in embedded programming a lot.
If using an compiler that target embedded devices I would ask the people who support the compiler.

Tim S.
Title: Re: What is a fuse_hidden file?
Post by: Jenna on March 18, 2016, 07:45:06 pm
These files are not created or managed by Code::Blocks.
Fuse in general is an abbreviation/acronym for "filesystem in userspace".

These files are created by any program or daemon, that uses fuse.

This miight be related to embedded software tools (upload/download to embedded system), but not necessary.

Search the web for it.