Skip to content

AutoIt MediaDevice Library Allows you to communicate with attached media and storage devices.

License

Notifications You must be signed in to change notification settings

DanysysTeam/MediaDevice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoIt MediaDevice

Latest Version AutoIt Version MIT License Made with Love

AutoIt MediaDevice Library Allows you to communicate with attached media and storage devices.

Features

  • List Files and Folders.
  • Delete Files and Folders.
  • Copy File From Device.
  • Copy File To Device.

Usage

Basic use:
#include "..\MediaDevice.au3"

Local $sDevice = _MD_DeviceGet() ;Get First Found Portable Device
Local $oDevice = _MD_DeviceOpen($sDevice)
Local $aDrives = _MD_DeviceGetDrives($oDevice)
_ArrayDisplay($aDrives,"Storage Drives")
_MD_DeviceClose($oDevice)
More examples here.

Release History

See CHANGELOG.md

License

Usage is provided under the MIT License.

Copyright © 2021, Danysys.

About

AutoIt MediaDevice Library Allows you to communicate with attached media and storage devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages