Windows unit File operations

Issue #99 resolved
Ivan Petrovic created an issue

Hello,

We see that most functions for working with files - Windows.GetFileSize, Windows.CreateFileW are not working - they return exeption.

Is this plan to implement with crossvcl or we have to create our own file operation routines?

Thanks!

Comments (1)

  1. Eugene Kryukov repo owner

    CrossVcl provide only UI part of APIs. For other pert of app you should use RTl's routines - like TFileStream etc.

  2. Log in to comment