Read/write Alternate Data Streams (ADS)

版本 0.1.0.4 (3.4 KB) 作者: Lars Hansson
Read/write Alternate Data Streams (ADS) in Matlab
7.0 次下载
更新时间 2023/2/27

Read/write Alternate Data Streams (ADS) in Matlab

Interact with Alternate Data Streams (ADS) on NTFS-files.

Only tested on Windows.

Examples:
% add "123" to stream "world" in hello.txt, if file missing, it will be created
success = tamara.ads.set('hello.txt', 'world', '123')

% read out value
[success, val] = tamara.ads.get('hello.txt', 'world')

% write more values
success = tamara.ads.set('hello.txt', 'test1', 'abc')
success = tamara.ads.set('hello.txt', 'test2', 789)

% read out all streams, except main stream
[success, val] = tamara.ads.get('hello.txt', '*')

% clear all streams, except main stream
success = tamara.ads.clear('hello.txt')
[success, val] = tamara.ads.get('hello.txt', '*')

License:
BSD 3-Clause, see LICENSE for details

Copyright (c) 2023, Wolkesson & Hansson Teknisk Akustik AB. All rights reserved.

View read/write ADS on File Exchange

引用格式

Lars Hansson (2024). Read/write Alternate Data Streams (ADS) (https://github.com/tekniskakustik/ads/releases/tag/v0.1.0.4), GitHub. 检索时间: .

MATLAB 版本兼容性
创建方式 R2022b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

+tamara

+tamara/+ads

版本 已发布 发行说明
0.1.0.4

See release notes for this release on GitHub: https://github.com/tekniskakustik/ads/releases/tag/v0.1.0.4

0.1.0.3

See release notes for this release on GitHub: https://github.com/tekniskakustik/ads/releases/tag/v0.1.0.3

0.1.0.2

See release notes for this release on GitHub: https://github.com/tekniskakustik/ads/releases/tag/v0.1.0.2

0.1.0.1

See release notes for this release on GitHub: https://github.com/tekniskakustik/ads/releases/tag/v0.1.0.1

0.1

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库