GeoEco.DataManagement.Files.File

class GeoEco.DataManagement.Files.File

Bases: object

Functions for common file operations.

Methods

Copy

Copies a file.

CopyArcGISTable

Copies the files listed in a table.

CopyList

Copies a list of files.

CopySilent

Copies a file and logs a debug message rather than an informational message.

CopyTable

Copies the files listed in a table.

Decompress

Decompresses a file into a directory.

Delete

Deletes a file.

DeleteArcGISTable

Deletes the files listed in a table.

DeleteList

Deletes a list of files.

DeleteSilent

Deletes a file and logs a debug message rather than an informational message.

DeleteTable

Deletes the files listed in a table.

Exists

Tests that a specified path exists and is a file.

Find

Finds files within a directory.

FindAndCopy

Finds and copies files in a directory.

FindAndCreateArcGISTable

Finds files within a directory and creates a table that lists them.

FindAndCreateTable

Finds files within a directory and creates a table that lists them.

FindAndDelete

Finds and deletes files in a directory.

FindAndFillTable

Finds files within a directory and inserts a row for each one into an existing table.

FindAndMove

Finds and moves files in a directory.

IsDecompressible

Returns True if the specified file is in a format that can be decompressed.

Move

Moves a file.

MoveArcGISTable

Moves the files listed in a table.

MoveList

Moves a list of files.

MoveSilent

Moves a file and logs a debug message rather than an informational message.

MoveTable

Moves the files listed in a table.

ParseDateFromPath

ValidateDateParsingExpression