As seen here, it doesn’t always return accurate value. Try using an invoke method activity, with method name Refresh and target object new FileInfo(“filepath”) and TargetType null.
Good luck.
you mean after invoking the method, shall I use “new FileInfo(“filepath”).CreationTime.ToString(“dd/MM/yyyy”, culture) where culture= new cultureinfo(“nl-BE”)”
You are getting that date because your Filepath does not exist. Make sure you are putting in the correct filepath into that line of code. You might also want to check that the file exists beforehand with the File Exists activity or using code like File.Exists(filepath)