offlineavailability

Discussion related to "Everything" 1.5 Alpha.
Post Reply
sk2107
Posts: 324
Joined: Sun Aug 07, 2022 8:48 pm

offlineavailability

Post by sk2107 »

Hello,

is offlineavailability function working?

thanks
sk2107
Posts: 324
Joined: Sun Aug 07, 2022 8:48 pm

Re: offlineavailability

Post by sk2107 »

on the other hand, how can I filter offline files and folders.

Regards
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: offlineavailability

Post by void »

What is an "offline file"?
-a file on an external disk that is not plugged in?
-a network file that is not online?
-a cloud file that is not stored locally?

Everything has a few properties for online/offline status:



Online

Shows the volume online/offline status.

Values:
Online = volume is being monitored for file system changes and is online.
Offline = volume is being monitored for file system changes and is offline.
blank = online status is unknown.

Search for:
online:
!offline: (online and unknown status)

online:
offline:



Offline Availability

Maps to the OS system.OfflineAvailability property for use with Windows Offline Files.



Offline Status

Maps to the OS system.OfflineStatus property for use with Windows Offline Files.



Attributes

Show files attributes.

Files that have the FILE_ATTRIBUTE_RECALL_ON_DATA_ACCESS (m) attribute are not completely stored locally.
Files that have the FILE_ATTRIBUTE_OFFLINE (o) attribute are not stored locally.

Search for:
!attributes:m
-or-
!attributes:0x00400000

attributes:
sk2107
Posts: 324
Joined: Sun Aug 07, 2022 8:48 pm

Re: offlineavailability

Post by sk2107 »

hi,
I mean the volumes which were removed and the file names remain, some times the a new removable disk takes the drive letter (I want to filter the files in the list which are grey)

Regards
sk2107
Posts: 324
Joined: Sun Aug 07, 2022 8:48 pm

Re: offlineavailability

Post by sk2107 »

Online/Offline did the trick.

Thanks a lot.

Regards
Post Reply