Need quick help to name the folder

Hello

I'm trying to create folders. But I'm not able to give the folder name begin with "~" symbol. Please help me solve this problem. Tried coding:

var myFolder = Folder.selectDialog("Choose Main folder to created subfolders");    
var mygetname=prompt("Enter the Event Name","");
new Folder(myFolder + "/" + mygetname).create();  
new Folder(myFolder + "/" + mygetname+ "~CF").create();// this folder not created  
new Folder(myFolder + "/" + mygetname+ "/Final" ).create();  

Thank you

Kitty

Hmmh?

Why do you need a "~" symbol at the beginning of the folder name?

Regardles of: I'm not a direct way. But it could be a workaround:

var myFolder = Folder.selectDialog("Choose Main folder to created subfolders");
var mygetname=prompt("Enter the Event Name","");
new Folder(myFolder + "/" + mygetname).create();
var toChange = new Folder(myFolder + "/" + mygetname+ "/"+"temp");
toChange.create();
toChange.rename ("\u007ECF");
new Folder(myFolder + "/" + mygetname+ "/Final" ).create();

Have fun

Tags: InDesign

Similar Questions

  • Need quick help

    Hello

    I need quick help, the hp that we use at work has a background that someone else put (a new), I change back to the normal background but the picture is still on the menu so that everyone could see it or it could put it again. Someone knows what to do?

    (by the way I'm new to this forum so I could have failed by asking)

    Green as grass

    This solved so nvm but it's XP thanks for trying to help if

  • need help to find the folder of firefox on iMac

    New to this bear so please with me.  Here's the situation.

    I was getting malware and understand how to get rid of it, ok so far.

    Then I noticed that my sites kept has the question 'connection' in the top bar.

    I was trying to figure this out when I followed some information 'to a point' - big flaw here.

    I caught and then drag to a folder that was causing my problem.  It was not the case.

    I think it was my firefox profile folder, but the folder is not sure - klzqb90r.default.

    Put in the trash.  Oops again.

    Tired opening Firefox - come with LACK of PROFILE error message - your firefox profile cannot be loaded.  It may be missing or inaccessible.

    I think I got it but now, just do not know where to put it.

    So, read more.  Search for the library and the firefox folder, is not there.

    Now I am panicking because I can't open firefox to do 'something' to him to try to find my profile / refresh etc.

    Can someone please help?  I think I need to find the correct folder that belongs to my folder by default, BUT am not a guru of computing here... some understanding of computers.

    Thank you.

    In the menu go to the Finder, select "go to folder...". "(Shift + command + G)

    Type or paste in

    ~/Library/application support/Firefox/Profiles

    return.

  • The Customer Service of group policy does not logon, access is denied - Windows 8 need quick help

    I use windows 8, I bought already on my laptop about three months ago.

    I have two accounts and "Managing" and "Kyle", I went to enter my password for "Kyle" account which has all my saved and valuable documents which I can't account "administer".

    A message appears

    "The Group Policy Client service could not sign-in.

    "Access denied."

    Please someone help me I need urgent access to my laptop

    Thank you

    Hi Kyle,

    Thanks for posting your query in the Microsoft Community Forums.

    I understand from the description of the problem, that you have problems with registration on the user account on the computer of Windows 8.

    I understand this must be frustrating, but don't worry, we're here to help and guide you in the right direction.

    I would appreciate if you can help me with the following information.

    (1) is the computer that is connected to a domain or any form of computer network?

    (2) you are the computer administrator?

    If it's just a PC at home, connect using the administrator account and check the Group Policy client service.

    (a) press the Windows key + R, type services.msc in the Run dialog box and click on enter.

    (b) to navigate down the list until you find Group Policy Client.

    (c) make sure that it is set to Automatic and is started. You can change to double clicking on it and selecting the drop down.

    (d) try the user account login and check.

    It will be useful.

    Let us know if you encounter problems under Windows in the future. We will be happy to help you.

  • need help to open the folder (in Solution Explorer) and click Toggle transparency grid

    Hi guys, I can with script Extended toggle transparency grid enable? I try to use app.executeCommand (app.findMenuCommandId (toggle transparency grid)); and nothing.

    and also can I some how open the folder in Explorer windows via the Extended script? I try google but find examples for web-javascript...

    THX

    In fact your order should consist of citations. It will look like this:

    app.executeCommand(app.findMenuCommandId("Toggle Transparency Grid"));
    

    I tried, and it does not have what you need but he launched Adobe anywhere.

    Solution to the second question is:

    var path = "C:/Program Files/Adobe/Adobe After Effects CC/Support Files/";
    var cmd;
    cmd = "";
    if($.os.indexOf("Win") != -1){
    cmd = "explorer " + String(path);
    
    }else{
    cmd += (("open \"" + String(path)) + "\"");          // change var path for Mac
    }
    
    try {
    system.callSystem(cmd);
    }catch (e){
    alert(e);
    }
    
  • Hello!! I need your help - I lost the second Activation of my CS5 apps. (probebly didn't remove my apps properly when I upgeaded my computer.) It would be greate if someone from Adobe could reset my SN. I do not know who to contact... in the support line

    Hello!! I need your help-

    I lost the second Activation of my CS5 apps. (probebly didn't remove my apps properly when I upgeaded my computer.)

    It would be greate if someone from Adobe could reset my SN. I do not know who ask in the support line, they told me that I must seek help in the chat...

    TNX.

    Michal

    To the link below, click on the still need help? the option in the blue box below and choose the option to chat...

    Serial number and activation support (non - CC) chat
    http://helpx.Adobe.com/x-productkb/global/Service1.html ( http://adobe.ly/1aYjbSC )

  • Quick way to name the html files?

    The web application for which I develop assistance calls Help file names like "list_help". I feel I'm missing something looking through all information on RoboHelp. When I rename the topic, I have to do it again the updating of the reference to framemaker. Is there a way to map the appropriate files "list_help" that the application calls my topic names? This change manually and redo each time we update the only way to manage this?

    What output type do you use (e.g., CHM, webhelp)? The way forward depends on the answer.

  • Need urgent help to run the PL/SQL function when executing is having IN OUT type of table.

    Created under object types.

    (1) CREATE OR REPLACE TYPE INVENTORY_ITEM_ID_TAB IN THE TABLE OF THE NUMBER;

    --

    (2) CREATE OR REPLACE TYPE ITEM_TYPE_REC AS OBJECT (ITEM_ID ISSUE

    , ITEM_VALUE VARCHAR2 (4000)

    );

    --

    (3) CREATE OR REPLACE ITEM_TYPE_TAB AS TABLE ITEM_TYPE_REC;

    The function code

    FUNCTION XXqp_get_pts_model)

    p_item_id_tab IN INVENTORY_ITEM_ID_TAB)

    RETURN ITEM_TYPE_TAB

    IS

    l_ITEM_TYPE_TAB ITEM_TYPE_TAB: = ITEM_TYPE_TAB();

    ln_org_id NUMBER;

    BEGIN

    L_ITEM_TYPE_TAB. DELETE;

    l_ITEM_TYPE_TAB. EXTEND;

    LN_ORG_ID: = FND_PROFILE. VALUE ("QP_ORGANIZATION_ID");

    SELECT ITEM_TYPE_REC (EGO. INVENTORY_ITEM_ID,

    C_EXT_ATTR10)

    LOOSE COLLECTION l_ITEM_TYPE_TAB

    To ego_mtl_sy_items_ext_b ego.

    ego_fnd_dsc_flx_ctx_ext ag,

    fnd_descr_flex_column_usages atr

    WHERE ego.attr_group_id = ag.attr_group_id

    AND ag.descriptive_flex_context_code = atr.descriptive_flex_context_code

    AND ag.application_id = atr.application_id

    AND ag.descriptive_flex_context_code = 'XXEGO_PRICE_INFO. '

    AND atr.end_user_column_name = 'XXEGO_PLAN_TO_SELL. '

    AND IN ego.inventory_item_id

    (SELECT

    (SELECT inventory_item_id

    OF MTL_SYSTEM_ITEMS_B

    WHERE segment1 = A.item_name

    AND organization_id = ln_org_id

    ) inventory_item_id

    OF geqp_apl_pricelist_sku_tbl A

    )

    AND ego.organization_id = ln_org_id;

    RETURN l_ITEM_TYPE_TAB;

    end XXqp_get_pts_mode;

    Below the code works fine BUT when calling function in pl/sql dynamic mode it does not underneath.

    ---------------------------

    Labour Code

    ---------------------------

    DECLARE

    CURSOR c1 IS SELECT (SELECT inventory_item_id

    OF mtl_system_items_b

    WHERE segment1 = A.item_name

    AND organization_id = 83

    ) INVENTORY_ITEM_ID

    of XXqp_apl_pricelist_sku_tbl;

    L_INVENTORY_ITEM_ID_TAB INVENTORY_ITEM_ID_TAB: = INVENTORY_ITEM_ID_TAB();

    L_ITEM_TYPE_TAB ITEM_TYPE_TAB: = ITEM_TYPE_TAB();

    LV_CHAR VARCHAR2 (1000);

    LV_QRY VARCHAR2 (1000);

    BEGIN

    --

    l_inventory_item_id_tab. DELETE;

    OPEN c1;

    LOOP

    C1 FETCH BULK COLLECT INTO L_INVENTORY_ITEM_ID_TAB;

    OUTPUT WHEN c1% NOTFOUND;

    END LOOP;

    CLOSE C1;

    SELECT XXQP_APL_ELIG_TCA_DEV_PKG. XXQP_GET_PTS_MODEL (L_INVENTORY_ITEM_ID_TAB)

    IN L_ITEM_TYPE_TAB

    FROM DUAL;

    --

    FOR j IN 1.l_ITEM_TYPE_TAB. COUNTY

    LOOP

    DBMS_OUTPUT. PUT_LINE (L_ITEM_TYPE_TAB (J). ITEM_VALUE);

    END LOOP;

    END;

    ---------------------------

    Code does not

    ---------------------------

    DECLARE

    CURSOR c1 IS SELECT (SELECT inventory_item_id

    OF mtl_system_items_b

    WHERE segment1 = A.item_name

    AND organization_id = 83

    ) INVENTORY_ITEM_ID

    of GEqp_apl_pricelist_sku_tbl;

    LV_QRY VARCHAR2 (1500);

    L_INVENTORY_ITEM_ID_TAB INVENTORY_ITEM_ID_TAB: = INVENTORY_ITEM_ID_TAB();

    l_ITEM_TYPE_TAB ITEM_TYPE_TAB: = ITEM_TYPE_TAB();

    BEGIN

    l_inventory_item_id_tab. DELETE;

    OPEN c1;

    LOOP

    C1 FETCH BULK COLLECT INTO L_INVENTORY_ITEM_ID_TAB;

    OUTPUT WHEN c1% NOTFOUND;

    END LOOP;

    CLOSE C1;

    LV_QRY: = ' START: 1: = XXQP_APL_ELIG_TCA_DEV_PKG. XXQP_GET_PTS_MODEL(:2); END;';

    DBMS_OUTPUT. Put_line ('-> lv_qry' |) LV_QRY);

    IMMEDIATE EXECUTION in USING LV_QRY IN l_INVENTORY_ITEM_ID_TAB, OUT l_ITEM_TYPE_TAB;

    END;

    Kindly help me out here in the execution of the function from PL/SQL runtime which is having IN OUT type of table.

    Kind regards

    Devendra

    Wrong code

    IMMEDIATE EXECUTION in USING LV_QRY IN l_INVENTORY_ITEM_ID_TAB, OUT l_ITEM_TYPE_TAB ;

    When I use the code below, able to perform the function without any error.

    EXECUTE LV_QRY IMMEDIATELY WITH THE HELP OF THE L_ITEM_TYPE_TAB, IN L_INVENTORY_ITEM_ID_TAB;

    Thank you all for your help in fixing the code.

  • [question/help] pool remove the folder in the console view administrator

    Hey all,.

    someone in my office has created a folder for pools but made a typo and I am trying to remove the folder from the pool, but I can't find out how.

    Since it's a little hard to describe, I will try to detail as much as possible.

    When I view vmware administrator, I click on "Pools" on the left pane and it will list all my stocks on the right pane. In the toolbar, there is a box that says "file:" and then a drop down menu to the right that says "All". If I click on the drop down menu, I'll see 'All', ' / ', 'typo would be common. "

    How can I go about removing this "typo would be chicken"? There is actually no pools assigned to this folder. I moved all of the pools in the folder ' / '.

    any ideas? Thank you all

    Under the display configuration, administrators Folders tab shows up.  You can remove it from there.  You must ensure that no fund pools are inside it or she won't let you delete it.  You can remove the offices of the record pool with remove them at view 5.1.

  • Need quick help to package and sign the application.

    Hey guys,.

    I'm trying to submit my application.

    I crossed the babou of my product management process and added the product. Now I see my registered product name, status shows the project and releases and merchandise see none.

    What should I do now to present my application? What is cargo? Do we need to do?

    Question 1: How do I package the application?

    Question2: I sign the application money for the free offer of PB?

    I know that I can follow a few threads to sign, but I can sign an application later. If it's possible, I'll try to postpone to save time and submite the app before midnight.

    Thank you

    harshvt wrote:

    Hey guys,.

    Question2: I sign the application money for the free offer of PB?

    No you don't need to sign in order to qualify. You will need to sign it later so that you can actually so people can actually buy/download your application.

  • Hello, I need your help to solve the system properties and I do not know what name on desscrition of the computer and the computer name and the group working on my sysstem thanks properties panel right

    Roy - Is PC on the description of the computer good?

    Hey red,

    What operating system is this?

    Do you mean under System properties, it stands as the Working Group and Roy - pc as the name of the computer?

    Your question is Roy - PC computer Description is right?

    Answer is Yes, the installation if you provided the user name as Roy, then it will be displayed as Roy - pc.

    If is computer autonomous you would see as a working group under System Properties

    Click on the link below to view information about your computer
    http://Windows.Microsoft.com/en-us/Windows7/view-your-computer-information

    Kind regards

    Kiki

  • Need quick help on vmkfstools, cloning and the consolidation of the snapshot - not sure that I am doing things

    I received this a.p..:

    I modified the parentCID in "Datapark.SBS2011 - 000003.vmdk" to attach the instantaneous chain. " What I would say, it is to upload the file to the data store and then clone the virtual disk so that the current data files remain intact in case something does not work as expected.

    To clone the virtual disk, run the following command:

    vmkfstools 'Datapark.SBS2011 - 000002.vmdk'-i ' Datapark.SBS2011 - Clone.vmdk '-d thin - one Free

    The command uses Datapark.SBS2011 - 000002.vmdk - who is the last file of active snapshot of the string - as the source and creates a virtual clone drive, in which all the data from all the snapshots will be consolidated. Once the cloning is done, you can join the clone of a virtual machine. Depending on what happened while the Basic virtual disk was attached to a virtual machine, there could be corruption. However, due to the size of snapshots, you should be able to recover most of your data.

    Probably, he fell asleep, and I need to start as soon as possible the cloning.

    Is it OK to run the command, or it deletes all the files in the snapshot?

    As he says, "so that the current data files remain intact in case somethoing won't", the clone command seems to remove all the files from the snapshot.

    Anyone who can confirm?

    Best regards

    Morty

    vmkfstools 'Datapark.SBS2011 - 000002.vmdk'-i ' Datapark.SBS2011 - Clone.vmdk '-d thin - one Free


    Is it OK to run the command, or it deletes all the files in the snapshot?

    It won't do anything for your source files.

    It will simply read the string of the delta with the base of your virtual machine disk and the Clone in a consolidated file called ""Datapark.SBS2011 - Clone.vmdk " "

  • Need quick help! The use of tables

    I just started using flash a few weeks ago, and for one of my school projects I am creating a pokedex which will display information, when the user clicks on some buttons. for example 'If you click the attack button, then 4 attacks will appear. I currently use frame skipping to my application; but my teacher suggested I use tables to make them all appear on a single image, but I don't know how to do this. Can anyone help?

    Thanks in advance.

    Tables are variables that contain several elements. A common use for tables is to make collections of items so that items can be related to each other by their relative position in each table. For example:

    var letters: Array = new Array ("A", "B", "C", "D");

    Table of figures: var = new Array (1,2,3,4).

    Now, you can find an element in a table by searching for here:

    var thisOne:int = letters.indexOf ('B');

    trace (thisOne);

    var thatOne:Number = numbers [letters.indexOf ('B')];

    trace (thatOne);

    The first trace shows that the letter B is in position 1 of the table letters. The trace of the second shows that the item in the table of figures in position 1 is number 2.

    Who help me? You can learn more about the use of arrays in Flash here: ActionScript 3 fundamentals: paintings | Adobe Developer Connection

  • Windows Media Player does not open and I'm not find 'Turn windows features turn on or off' when I'm looking for the beginning. I need quick help.

    Windows media player not open yet

    Regarding "I'm not find 'Turn windows features turn on or off' when I'm looking for the start." ...

    Start > Control Panel > column to the left, choose Classic view > programs and features > column to the left, you will see turn windows features turn on or off the option. For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • Cannot change the information in the header. Need quick help!

    I have this problem where when I connect it ells me headers were already sent I have provided a screenshot of the error and I provided all my code in which .php files will take 2 posts.

    Thread moved to the Dreamweaver application development forum, which deals with PHP and other issues aside server.

    It is a well known PHP error message. See the following explanation: http://kb2.adobe.com/community/publishing/505/cpsid_50572.html.

Maybe you are looking for

  • Since W10 is released, Firefox seems to have been sabotaged.

    Since W10 is released, Firefox seems to have been sabotaged "voluntarily." Repeatedly, I asks me to change my default on firefox browser, despite the fact that it is long established as such.It runs much more slowly, with a lot more mistakes.I now ge

  • HP ENVY PHOENIX CTO 810-135QE - 600 watts power supply Question

    In the near future, I would like to upgrade the video card in my desktop HP ENVY PHOENIX CTO 135QE-810 GT 640 default to something a little more powerful and I was wondering if there is any details about the default 600 watts power that will help me

  • Problem with 40TL933G and 32RL933G

    Hello I have 2 smarttv, 40TL933G and 32RL933G and the two i have problem when I plug the rj45 ethernet cable. Stop the TV works, freezes, then enable and disable on every time! Just stop doing that when I unplug the rj45 cable! Its rare tv works corr

  • Icloud and itunes on Win10 installation error

    I can't install iCloud or iTunes on my Windows 10. I have read all the troubleshooting and tried all of the suggestions that I have chosen, but have had no success. The error message is: There is a problem with this Windows Installer package. A progr

  • HP mini 110 computer: need help password hp mini 110

    I don't know the password. Stop the CNU93819tw code