Copying files into protected folders
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Is there a way in the API that a file copy asks for administrator permission if it is necessary when copying into a folder?
IO::Folder::Move is not asking for permission if we don't have the permission to copy into a folder.
It just fails to copy
- Labels:
-
Discussion
-
Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi, I think it's an administrator privilege issue, I'd suggest you to use Windows API to check whether you have the right to access the folder, then you may be need to run as adminstrator.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
I think you can check the access right with API IO functions too.
How to run an API function as administrator?
If there is any way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
There is no function which can change the security level in API, could you check whether it works when you login your OS with Administrator account or run Archicad.exe with Administrator right?
HTH