Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages