Author Topic: What is a fuse_hidden file?  (Read 6119 times)

Offline rebelxt

  • Single posting newcomer
  • *
  • Posts: 5
What is a fuse_hidden file?
« 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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: What is a fuse_hidden file?
« Reply #1 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.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: What is a fuse_hidden file?
« Reply #2 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.