Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

is.amigaDOS

Check if amigaDisk object is DOS formatted


Description

This method checks if there is a DOS file structure is present on the amigaDisk object.

Usage

## S4 method for signature 'amigaDisk'
is.amigaDOS(x)

Arguments

x

An amigaDisk object for which the check should be performed.

Details

Not all Amiga Disk Files have a DOS file structure on them. This function checks if there is.

Value

Returns a logical value, indicating whether the disk is DOS formatted. When it is not, the attributes to the returned value will contain information as to why the disk is not DOS compatible.

Author(s)

Pepijn de Vries

Examples

data(adf.example)

## let's check if the example amigaDisk object
## is DOS formatted:

is.amigaDOS(adf.example)

## it apparently is

adfExplorer

Import from and Export to Amiga Disk Files

v0.1.4
GPL-3
Authors
Pepijn de Vries [aut, cre, dtc]
Initial release
2018-03-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.