RPCEmu and file types
Lothar (3292) 134 posts |
Is there an established method to import a folder from RPCEmu into RISC OS on a Pi? For example, the RPCEmu file “make,feb” would need conversion into file “make” with type “feb” If there is no such method, I could do a small program, which reads all file names in a folder, extracts the types from the file names, renames all the files, and sets types. |
Stuart Painting (5389) 714 posts |
Method 1: Use !Nocomma – mentioned here – on the destination machine. Method 2: Package the files into a ZIP archive using RISC OS (e.g. !InfoZip) on the source machine. |
David J. Ruck (33) 1635 posts |
Or share the folder RPC is using on the host machine, via SMB or NFS and use LanmanFS or Sunfish on the Pi to read it. |