Page 1 of 1

Odd Files

Posted: Tue Nov 27, 2012 8:48 pm
by JLeith
Hello All,

Just looking to see if anyone can tell me more about some file extension that I'm finding.

I don't know what they are for ?

Do I need to use them for something ?
Odd Files.jpg
Odd Files.jpg (18.73 KiB) Viewed 3414 times

Re: Odd Files

Posted: Tue Nov 27, 2012 10:40 pm
by JohnCrow
Hi
These are created by flowcode or the c compiler during the compilation process of the hex code.
It goes through several stages to get to a hex file.
They are basically the system temp files (for the want of a better description :) )
The file ending in .001 is a backup of the fcf file.
i.e You save the fcf file before compiling,and the compile process makes the .001 backup.
If you change the original file and make an error you can rename the .001 ext to .fcf and recover the file

Re: Odd Files

Posted: Wed Nov 28, 2012 1:06 am
by JLeith
Thank you so I can safely remove them and clean up my folder ?

John

Re: Odd Files

Posted: Wed Nov 28, 2012 8:31 am
by Enamul
Actually if you only keep .fcf and .fcf.001 you can create your .hex file any time. You should be ok even if you simply keep .fcf file but I have faced problem of access deny error message from Flowcode when I tried to open my .fcf file in that case only hope is .fcf.001 file as that's a backup version of main file (as John said).

Re: Odd Files

Posted: Wed Nov 28, 2012 10:29 pm
by JLeith
Excellent information Enamul,

Thank you I had not done anything with the file s but I will keep the "001" back up file.

All the best,
John