Odd Files

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
User avatar
JLeith
Posts: 537
Joined: Wed Nov 14, 2012 7:49 pm
Location: British Columbia Canada
Has thanked: 146 times
Been thanked: 26 times
Contact:

Odd Files

Post 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 3410 times

User avatar
JohnCrow
Valued Contributor
Valued Contributor
Posts: 1367
Joined: Wed Sep 19, 2007 1:21 pm
Location: Lincolnshire
Has thanked: 364 times
Been thanked: 716 times
Contact:

Re: Odd Files

Post 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
1 in 10 people understand binary, the other one doesn't !

User avatar
JLeith
Posts: 537
Joined: Wed Nov 14, 2012 7:49 pm
Location: British Columbia Canada
Has thanked: 146 times
Been thanked: 26 times
Contact:

Re: Odd Files

Post by JLeith »

Thank you so I can safely remove them and clean up my folder ?

John

User avatar
Enamul
Posts: 1772
Joined: Mon Mar 05, 2012 11:34 pm
Location: Nottingham, UK
Has thanked: 271 times
Been thanked: 814 times
Contact:

Re: Odd Files

Post 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).
Enamul
University of Nottingham
enamul4mm@gmail.com

User avatar
JLeith
Posts: 537
Joined: Wed Nov 14, 2012 7:49 pm
Location: British Columbia Canada
Has thanked: 146 times
Been thanked: 26 times
Contact:

Re: Odd Files

Post 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

Post Reply