News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

What is a fuse_hidden file?

Started by rebelxt, March 18, 2016, 02:32:06 PM

Previous topic - Next topic

rebelxt

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.

stahta01

Quote from: 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.

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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Jenna

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.