ποΈ File Manager
The File Manager in WC Studio gives you direct access to your storeβs file system β allowing you to create, upload, and manage files and folders without needing FTP or SSH access. Use it to organize your project structure, upload media or scripts, and make code-level adjustments in a secure and user-friendly interface.π Go to: WC Studio β Stores β Select a Store β Advanced β File Manager
π§° What You Can Do
π Create New Folder
- Click the βNew Folderβ button.
- Enter a name for your folder.
- Click Create.
π Create New File
- Click βNew Fileβ.
- Enter a name and file extension (e.g.,
custom-style.css
,settings.json
). - The file will appear instantly in the selected directory.
π‘ Pro Tip: You can edit the file inline after creating it using WC Studioβs built-in editor.
β¬οΈ Upload File
- Click βUpload Fileβ.
- Select one or more files from your local device.
- WC Studio will upload them into the currently selected folder.
.php
, .html
, .css
, .js
, .json
, .zip
, .jpg
, .png
, and more.
π± Additional Features
- π Inline Editing β Edit files directly in the browser with syntax highlighting.
- π Delete β Right-click any file/folder to delete it permanently.
- βοΈ Rename β Change file/folder names instantly.
- π Permissions β View file permissions and modify (coming soon in Pro plans).
β οΈ Caution
- Avoid editing or deleting core WooCommerce or WordPress files unless you know what youβre doing.
- Always take a Snapshot Backup before making file-level changes.
π‘ Best Practices
- β Use the File Manager for quick edits and file organization.
- β Keep backup copies of any files you manually modify.
- β
Create a
custom
ordev
folder for experimental scripts and code.