I pulled this statement off of a web site and am trying to get it to work in my code. I am running VB4. I don't know what I am doing wrong. I have tried changing public to private, etc but no luck.

Public ENUM FO_Functions
FO_MOVE = &H1
FO_COPY = &H2
FO_DELETE = &H3
FO_RENAME = &H4
End ENUM