API Reference
Smart Module
- aiomegfile.smart module
smart_abspath()smart_concat()smart_copy()smart_exists()smart_glob()smart_iglob()smart_isabs()smart_isdir()smart_isfile()smart_islink()smart_listdir()smart_load_content()smart_load_from()smart_load_text()smart_makedirs()smart_move()smart_open()smart_path_join()smart_readlink()smart_realpath()smart_relpath()smart_remove()smart_rename()smart_save_as()smart_save_content()smart_save_text()smart_scan()smart_scandir()smart_stat()smart_symlink()smart_sync()smart_touch()smart_unlink()smart_walk()
- aiomegfile.smart_path module
SmartPathSmartPath.absolute()SmartPath.anchorSmartPath.as_posix()SmartPath.as_uri()SmartPath.copy()SmartPath.copy_file()SmartPath.copy_into()SmartPath.exists()SmartPath.from_uri()SmartPath.full_match()SmartPath.glob()SmartPath.hardlink_to()SmartPath.iglob()SmartPath.is_dir()SmartPath.is_file()SmartPath.is_relative_to()SmartPath.is_symlink()SmartPath.iterdir()SmartPath.joinpath()SmartPath.lstat()SmartPath.match()SmartPath.mkdir()SmartPath.move()SmartPath.move_into()SmartPath.nameSmartPath.open()SmartPath.parentSmartPath.parentsSmartPath.partsSmartPath.read_bytes()SmartPath.read_text()SmartPath.readlink()SmartPath.relative_to()SmartPath.remove()SmartPath.rename()SmartPath.replace()SmartPath.resolve()SmartPath.rglob()SmartPath.rmdir()SmartPath.rootSmartPath.samefile()SmartPath.stat()SmartPath.stemSmartPath.suffixSmartPath.suffixesSmartPath.symlink_to()SmartPath.touch()SmartPath.unlink()SmartPath.walk()SmartPath.with_name()SmartPath.with_stem()SmartPath.with_suffix()SmartPath.write_bytes()SmartPath.write_text()
URIPathParents
FileSystem Modules
- aiomegfile.filesystem.local module
LocalFileSystemLocalFileSystem.absolute()LocalFileSystem.build_uri()LocalFileSystem.copy()LocalFileSystem.exists()LocalFileSystem.from_uri()LocalFileSystem.is_dir()LocalFileSystem.is_file()LocalFileSystem.is_symlink()LocalFileSystem.mkdir()LocalFileSystem.move()LocalFileSystem.open()LocalFileSystem.parse_uri()LocalFileSystem.protocolLocalFileSystem.readlink()LocalFileSystem.remove()LocalFileSystem.same_endpoint()LocalFileSystem.samefile()LocalFileSystem.scandir()LocalFileSystem.scanfile()LocalFileSystem.stat()LocalFileSystem.symlink()