Skip to main content

This package is PathFile

Project description

Path File 1.1.0


Table of contents

  1. Installation
  2. How to use
  3. Example

Installation


pip install PathFile

How to use


  1. Add to your code: from PathFile.PathFile import find_files, find_files_dir
  2. In order to insert find path to file use find_files('filename.exe/txt/jpg/doc/...')

Example

from PathFile.PathFile import find_files, find_files_dir

a = find_files('cat.jpeg')
b = find_files_dir('path_to_dir', 'test.txt')

Notes

For the library to work properly, must specify the file extension

UP

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PathFile-1.1.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

PathFile-1.1.0-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page