Tagged articles
4 articles
Page 1 of 1
Laravel Tech Community
Laravel Tech Community
Sep 7, 2022 · Backend Development

Common PHP File and Directory Utility Functions

This article provides a collection of reusable PHP functions for checking, creating, listing, copying, and deleting files and directories, offering developers ready‑to‑use code snippets that simplify common filesystem operations in backend projects.

BackendPHPdirectory operations
0 likes · 5 min read
Common PHP File and Directory Utility Functions
Ops Development Stories
Ops Development Stories
Nov 27, 2018 · Fundamentals

Master Python’s os Module: Essential File & Directory Operations

This guide walks you through Python’s os module, showing how to create, inspect, rename, and delete files and directories, manipulate paths, work with environment variables, execute system commands, and traverse directory trees using os.walk, all illustrated with clear examples and diagrams.

BackendOS modulePython
0 likes · 5 min read
Master Python’s os Module: Essential File & Directory Operations