Strange Error...

  • Thread starter Thread starter Kerem Gümrükcü
  • Start date Start date
K

Kerem Gümrükcü

Hi,

i get this error when i try to compile my code.
But why, ...everything seems to be ok!

When i try to get some files extension with this:

"File Extension: " + Path.GetExtension(e.FullPath) + " created...";


, i get this error


'type' does not contain a definition for 'function'
CS0117 (C#)

Is this a bug or what?

Thanks in advance...
 
Back
Top