This section explains how to use the qq fs_file_set_smb_attrs command.

Description

Change SMB extended attributes on the file

Usage

qq fs_file_set_smb_attrs [-h] (--path PATH | --id ID) [--archive BOOL] [--compressed BOOL] [--hidden BOOL] [--not-content-indexed BOOL] [--read-only BOOL]
    [--system BOOL] [--temporary BOOL] [--offline BOOL]

Flags

Flag Name Required Description
--path No File path
--id No File ID
--archive No Set ARCHIVE to a boolean-like value (e.g. true, false, yes, no, 1, 0).
--compressed No Set COMPRESSED to a boolean-like value (e.g. true, false, yes, no, 1, 0).
--hidden No Set HIDDEN to a boolean-like value (e.g. true, false, yes, no, 1, 0).
--not-content-indexed No Set NOT_CONTENT_INDEXED to a boolean-like value (e.g. true, false, yes, no, 1, 0).
--read-only No Set READ_ONLY to a boolean-like value (e.g. true, false, yes, no, 1, 0).
--system No Set SYSTEM to a boolean-like value (e.g. true, false, yes, no, 1, 0).
--temporary No Set TEMPORARY to a boolean-like value (e.g. true, false, yes, no, 1, 0).
--offline No Set OFFLINE to a boolean-like value (e.g. true, false, yes, no, 1, 0).