ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
PMP McC09/07/2024

Hi,

I need to write a script to create an array containing all the files in an EPDM Folder.

I am currently using:

MyArray = Directory.GetFiles(EPDM_FolderPath)

However, I have just realised that this will only get the files that are stored on the local cache i.e. if I clear my local cache the array will be empty despite there being file in the folder on the PDM.

Does anyone know if their is a way around