Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Attributes files
Qt 6.11 is out! See what's new in the release blog

Attributes files

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 826 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jeronimo
    wrote on last edited by A Former User
    #1

    Hi i want to take attribute some my files:
    SetFileAttributes("C:/file.txt", FILE_ATTRIBUTE_NORMAL);

    But when i try show me these error:
    :74: error: 'FILE_ATTRIBUTE_HIDDEN' was not declared in this scope
    SetFileAttributes("C:/file.txt", FILE_ATTRIBUTE_HIDDEN);
    error: 'SetFileAttributes' was not declared in this scope
    SetFileAttributes("C:/file.txt", FILE_ATTRIBUTE_HIDDEN);

                                      ^~~~~~~~~~~~~~~~~~~~~
    

    Edit: Question unrelated to Qt -- @Wieland

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved